Skip to content

Commit c22779a

Browse files
committed
up
1 parent 51dac6f commit c22779a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/en/quantization/gguf.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,7 @@ pipe.enable_model_cpu_offload()
114114
prompt = "A cat holding a sign that says hello world"
115115
image = pipe(prompt, generator=torch.manual_seed(0)).images[0]
116116
image.save("flux-gguf.png")
117-
```
117+
```
118+
119+
When using Diffusers format GGUF checkpoints, it's a must to provide the model `config` path. If the
120+
model config resides in a `subfolder`, that needs to be specified, too.

0 commit comments

Comments
 (0)