Skip to content

Commit 548f56e

Browse files
authored
Merge branch 'main' into fa3-from-kernels
2 parents 595ae6b + 552c127 commit 548f56e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/en/using-diffusers/other-formats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Benefits of using the Diffusers-multifolder layout include:
176176
).to("cuda")
177177
turbo_pipeline.scheduler = EulerDiscreteScheduler.from_config(
178178
turbo_pipeline.scheduler.config,
179-
timestep+spacing="trailing"
179+
timestep_spacing="trailing"
180180
)
181181
image = turbo_pipeline(
182182
"an astronaut riding a unicorn on mars",
@@ -267,6 +267,7 @@ pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_d
267267
save_folder = "flux-dev"
268268
pipe.save_pretrained("flux-dev")
269269
export_folder_as_dduf("flux-dev.dduf", folder_path=save_folder)
270+
```
270271

271272
> [!TIP]
272273
> Packaging and loading quantized checkpoints in the DDUF format is supported as long as they respect the multi-folder structure.

0 commit comments

Comments
 (0)