Guest User

Manual Comfyui SD 3.5 Medium Model Install

a guest
Oct 29th, 2024
1,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Manual Install Method from my last Youtube Video: https://youtu.be/PQdqiZU2l7o
  2.  
  3.  
  4. LOCAL INSTALL:
  5. Download Comfyui portable version here:https://github.com/comfyanonymous/ComfyUI
  6.  
  7. Inside the models/checkpoint folder, download the stable diffusion 3.5 Medium model:
  8. https://huggingface.co/stabilityai/stable-diffusion-3.5-medium
  9.  
  10. Inside the models/clip folder, download the text encoder models, clip-l, clip-g and either t5xxl_fp16.safetensors if you have more than 32gb of ram otherwise the t5xxl_fp8_e4m3fn_scaled.safetensors :
  11. https://huggingface.co/Comfy-Org/stable-diffusion-3.5-fp8/tree/main/text_encoders
  12.  
  13. And then load my Patreon workflow (search for "ALL-IN-ONE SD 3.5 WORKFLOW"): https://www.patreon.com/c/aitrepreneur
  14.  
  15.  
  16.  
  17.  
  18. RUNPOD INSTALL:
  19.  
  20. Create a new account: https://bit.ly/runpodAi
  21.  
  22. Choose A 24gb Vram GPU and choose the aitrepreneur/comfyui template.
  23. Click on the port 8888 and do the same thing as with the local install and place all the correct models into the correct folder using the following command:
  24.  
  25. curl -L -o “full name of the file” “URL”
  26. Ex: curl -L -o "sd3.5_large.safetensors" "https://huggingface.co/Aitrepreneur/FLX/resolve/main/sd3.5_medium.safetensors?download=true"
  27.  
  28. Also use the command: tail -f comfyui.log
  29. inside the workspace/logs to get the real time logs
Add Comment
Please, Sign In to add comment