Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
552c127c
Unverified
Commit
552c127c
authored
Aug 26, 2025
by
Manith Ratnayake
Committed by
GitHub
Aug 26, 2025
Browse files
docs: correct typos in using-diffusers/other-formats (#12243)
parent
4b7fe044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docs/source/en/using-diffusers/other-formats.md
docs/source/en/using-diffusers/other-formats.md
+2
-1
No files found.
docs/source/en/using-diffusers/other-formats.md
View file @
552c127c
...
...
@@ -176,7 +176,7 @@ Benefits of using the Diffusers-multifolder layout include:
).to("cuda")
turbo_pipeline.scheduler = EulerDiscreteScheduler.from_config(
turbo_pipeline.scheduler.config,
timestep
+
spacing="trailing"
timestep
_
spacing="trailing"
)
image = turbo_pipeline(
"an astronaut riding a unicorn on mars",
...
...
@@ -267,6 +267,7 @@ pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", torch_d
save_folder
=
"flux-dev"
pipe
.
save_pretrained
(
"flux-dev"
)
export_folder_as_dduf
(
"flux-dev.dduf"
,
folder_path
=
save_folder
)
```
> [!TIP]
> Packaging and loading quantized checkpoints in the DDUF format is supported as long as they respect the multi-folder structure.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment