Skip to end of banner
Go to start of banner

Additional Information

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Prompts: with prompts you generate content, it is the most important resource, on our Discord Server we share success or any question search for the channel #ai-prompts or #gnoppix-ai

Privacy: No data is shared or taken

Updates: After starting the software, navigate to your browser (we recommend Firefox to prevent issues) and navigate to http://localhost:9000 . It may take the project a few seconds to get ready. When loaded this is what it should look like:

Properly the most important website you need to know: Civitai: The Home of Open-Source Generative AI

Another thing you should know: if you download custom LoRA’s VAE’s or models be aware, they came from an official site which is virus free.

Troubleshooting errors

If you encounter an ImportError when trying to run the script, you may need to install a specific version of diffusers. You can do this by running:

pip install diffusers==0.12.1

If you have an older graphics card or low VRAM capacity, try passing the --n_samples 1 parameter to the script:

python scripts/txt2img.py --prompt "a vivid sunset over a serene lake" --n_samples 1

Updates and upgrades 

Gnoppix Stable Diffusion is designed to update itself automatically every time you start the application. By default, it will update to the latest stable version. However, if you wish to try out new features, you can switch to the beta channel in the system settings.

RuntimeError: CUDA out of memory

This can happen if your PC has less than 6GB of GPU RAM.

Try setting a lower "VRAM Usage Level" setting in the "Settings" tab.

Also try generating smaller sized images.

urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>

This can be due to a Firewall/Antivirus/Proxy/VPN blocking your network connections. Please check those.

Another solution is to switch to Google's DNS server: https://developers.google.com/speed/public-dns/docs/using#windows or Cloudflare's DNS server: https://developers.cloudflare.com/1.1.1.1/setup/windows/

ImportError libSM.so.6 cannot open shared object file No such file or directory

Please run apt install libsm6 libxext6 libxrender-dev -y (you may need to put sudo before this)

And try again.

Could not load the Qt platform plugin "xcb"

In Linux, please run this before running start.sh: export QT_QPA_PLATFORM=offscreen

ImportError: DLL load failed while importing cv2: The specified module could not be found.

If you're running Windows 10 N or Windows 10 KN (or any of its Pro, Education, ... variants), the Microsoft Media Feature Pack is needed to run Stable Diffusion.

Killed uvicorn server:app --app-dir ... --port 9000 --host 0.0.0.0

This happens if your PC ran out of RAM. Stable Diffusion requires a lot of RAM, and requires atleast 10 GB of RAM to work well. You can also try closing all other applications before running Stable Diffusion UI.

The revocation function was unable to check revocation because the revocation server was offline

A temporary workaround is to disable SSL checks. Run this in the developer console:

git config --global http.sslBackend schannel
git config --global http.sslVerify false

To re-enable SSL checks, run:

git config --global http.sslVerify true

Disabling SSL checks can enable attackers to inject malware into your downloads.

  • No labels