How to run Stable Diffusion to make awesome AI generated art | Digital Trends

How to Run Stable Diffusion Locally With a GUI on Windows (howtogeek.com)

fatal: not a git repository (or any of the parent directories): .git

git init

ambiguous argument ‘HEAD’: unknown revision or path not in the working tree.

git commit --allow-empty -n -m "Initial commit"

fatal: no names found, cannot describe anything.

git tag [your_tag_name]

RuntimeError: Torch is not able to use GPU; add –skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check

update webui-user.bat

COMMANDLINE_ARGS = --skip-torch-cuda-test

fatal: unable to access ‘https://github.com/Stability-AI/stablediffusion.git/’: Recv failure: Connection was reset

git config --global http.sslVerify false

No module ‘xformers’. Proceeding without it.

go to \stable-diffusion-webui-master\modules

pip install xformers 

Warning: caught exception ‘Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx’, memory monitor disabled

RuntimeError: “addmm_impl_cpu_” not implemented for ‘Half’

Leave a Reply

Your email address will not be published. Required fields are marked *