sd3.5-medium-gguf / README.md
calcuis's picture
Update README.md
45d926e verified
|
raw
history blame
1.56 kB
metadata
license: other
license_name: stabilityai-ai-community
license_link: LICENSE
language:
  - en
base_model:
  - stabilityai/stable-diffusion-3.5-medium
pipeline_tag: text-to-image
tags:
  - stable-diffusion
  - gguf-comfy

GGUF quantized version of Stable Diffusion 3.5 Medium

Setup (once)

  • drag sd3.5_medium-q4_0.gguf (1.62GB) to > ./ComfyUI/models/unet
  • drag clip_g.safetensors (1.39GB) to > ./ComfyUI/models/clip
  • drag clip_l.safetensors (246MB) to > ./ComfyUI/models/clip
  • drag t5xxl_fp8_e4m3fn.safetensors (4.89GB) to > ./ComfyUI/models/clip
  • drag diffusion_pytorch_model.safetensors (168MB) to > ./ComfyUI/models/vae

Run it straight (no installation needed way)

  • run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
  • drag the workflow json file (you can find it below) to > your browser
  • generate your first picture with sd3, awesome!

References