madebyollin commited on
Commit
50ebf03
1 Parent(s): 8825df3

Add ComfyUI instructions (do they work?)

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -29,6 +29,12 @@ The original Stage A tends to render slightly-smoothed-out images with a distinc
29
 
30
  To generate highly detailed images, you probably want to use `stage-a-ft-hq` (which improves very fine detail) in combination with a large Stage B step count (which [improves mid-level detail](https://old.reddit.com/r/StableDiffusion/comments/1ar359h/cascade_can_generate_directly_at_1536x1536_and/kqhjtk5/)).
31
 
 
 
 
 
 
 
32
  ## 🧨 Diffusers Usage
33
 
34
  ⚠️ As of 2024-02-17, Stable Cascade's [PR](https://github.com/huggingface/diffusers/pull/6487) is still under review.
 
29
 
30
  To generate highly detailed images, you probably want to use `stage-a-ft-hq` (which improves very fine detail) in combination with a large Stage B step count (which [improves mid-level detail](https://old.reddit.com/r/StableDiffusion/comments/1ar359h/cascade_can_generate_directly_at_1536x1536_and/kqhjtk5/)).
31
 
32
+ ## ComfyUI Usage
33
+
34
+ Download the file [`stage_a_ft_hq.safetensors`](https://huggingface.co/madebyollin/stage-a-ft-hq/resolve/main/stage_a_ft_hq.safetensors?download=true), put it in `ComfyUI/models/vae`, and make sure your VAE Loader node is loading this file.
35
+
36
+ (`stage_a_ft_hq.safetensors` includes the [special key](https://github.com/comfyanonymous/ComfyUI/blob/d91f45ef280a5acbdc22f3cc757f8fdbb254261b/comfy/sd.py#L181) that ComfyUI uses to auto-identify Stage A model files)
37
+
38
  ## 🧨 Diffusers Usage
39
 
40
  ⚠️ As of 2024-02-17, Stable Cascade's [PR](https://github.com/huggingface/diffusers/pull/6487) is still under review.