We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dac6f commit c22779aCopy full SHA for c22779a
docs/source/en/quantization/gguf.md
@@ -114,4 +114,7 @@ pipe.enable_model_cpu_offload()
114
prompt = "A cat holding a sign that says hello world"
115
image = pipe(prompt, generator=torch.manual_seed(0)).images[0]
116
image.save("flux-gguf.png")
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