====== Stable Diffusion ====== Eine sehr gute Beschreibung von Stable Diffusion gibt es in der [[https://de.wikipedia.org/wiki/Stable_Diffusion|Wikipedia]]. ===== Installation ===== Sehr gutes Anleitungsvideo: https://www.youtube.com/watch?v=onmqbI5XPH8 Notwendige Software: * Python: https://www.python.org/downloads/windows/ * Git: https://git-scm.com/download/win * Sable Diffusion WebUI: https://github.com/AUTOMATIC1111/stable-diffusion-webui * Model: https://huggingface.co/runwayml/stable-diffusion-v1-5 ===== Konfiguration ===== Stable Diffusion läuft auf der Kommandozeile. Entsprechend kann Stable Diffusion mit Parametern aufgerufen werden. Diese werden in der Datei webui-user.bat eingetragen ([[https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Command-Line-Arguments-and-Settings|Liste der Parameter und Einstellungen]]). git pull @echo off set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS=--xformers call webui.bat ===== Erweiterungen ===== Weitere Models: * https://civitai.com/ * https://huggingface.co/ Parameter: * https://blog.openart.ai/2023/02/13/the-most-complete-guide-to-stable-diffusion-parameters/ * https://diffusion-news.org/stable-diffusion-settings-parameters Nachdem alles installiert ist, kann man das WebUI im Browser aufrufen: http://127.0.0.1:7860 ===== Galerie ===== {{gallery> :stable_diffusion?4&lightbox }} ===== Notizen ===== [[stable_diffusion:fotorealistische Bilder]] {{tag>Künstliche_Intelligenz}}