User Tools

Site Tools


ai:stable-diffusion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ai:stable-diffusion [2024/05/07 02:03] – [Stable Diffusion XL Turbo model] Wulf Rajekai:stable-diffusion [2024/07/11 13:00] (current) Wulf Rajek
Line 83: Line 83:
   - Wait for the installation to complete and click on Apply and restart UI.    - Wait for the installation to complete and click on Apply and restart UI. 
  
 +{{:ai:pasted:20240518-142918.png?500}}
 +
 +===== Cozy Nest UI Addon =====
 +
 +As an extension for SD-webui:
 +Open the Extensions tab in SD-webui.
 +  - Select the Install from URL option.
 +  - Enter https://github.com/Nevysha/Cozy-Nest
 +  - Click on the Install button.
 +  - Wait for the installation to complete and click on Apply and restart UI. 
 +
 +{{:ai:pasted:20240518-142848.png?500}}
 ===== general advice ===== ===== general advice =====
  
Line 131: Line 143:
 download [[https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors|SDXL Turbo]] from https://huggingface.co/stabilityai/sdxl-turbo and copy into ''Models/Stable-diffusion'' directory. download [[https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors|SDXL Turbo]] from https://huggingface.co/stabilityai/sdxl-turbo and copy into ''Models/Stable-diffusion'' directory.
  
-===== SDXL Text LoRA =====+===== Text LoRA =====
  
 https://civitai.com/models/176555?modelVersionId=214296  https://civitai.com/models/176555?modelVersionId=214296 
  
 +Other Text LoRAs:
 +https://civitai.com/tag/text
 ===== Image Style/Prompt libraries ===== ===== Image Style/Prompt libraries =====
  
Line 170: Line 184:
 {{:ai:pasted:20240427-095226.png}} {{:ai:pasted:20240427-095226.png}}
  
 +====== Update docker ======
 +
 +https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/683
 +
 +If you want a more up to date version of A1111 here are the steps:
 +<code>
 +docker exec -it webui-docker-auto-1 /bin/bash
 +git pull
 +pip install -r requirements.txt
 +#if needed
 +cd repositories
 +git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git
 +exit
 +
 +docker stop webui-docker-auto-1
 +docker start webui-docker-auto-1
 +</code>
 +If it fails for any reason just rebuild the container using the standard process of docker compose --profile auto up --build
  
ai/stable-diffusion.1715043807.txt.gz · Last modified: 2024/05/07 02:03 by Wulf Rajek