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:10] – [SDXL Text LoRA] 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 172: 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.1715044215.txt.gz · Last modified: 2024/05/07 02:10 by Wulf Rajek