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
3ebbaf7c
"src/vscode:/vscode.git/clone" did not exist on "9c8eca702c2fa811fba1ccff82a6aee6a04a2556"
Unverified
Commit
3ebbaf7c
authored
Jun 20, 2023
by
dqueue
Committed by
GitHub
Jun 20, 2023
Browse files
Update control_brightness.mdx (#3825)
parent
73b125df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/using-diffusers/control_brightness.mdx
docs/source/en/using-diffusers/control_brightness.mdx
+2
-2
No files found.
docs/source/en/using-diffusers/control_brightness.mdx
View file @
3ebbaf7c
...
@@ -24,7 +24,7 @@ Next, configure the following parameters in the [`DDIMScheduler`]:
...
@@ -24,7 +24,7 @@ Next, configure the following parameters in the [`DDIMScheduler`]:
```py
```py
>>> from diffusers import DiffusionPipeline, DDIMScheduler
>>> from diffusers import DiffusionPipeline, DDIMScheduler
>>> pipeline = DiffusioPipeline.from_pretrained("ptx0/pseudo-journey-v2")
>>> pipeline = Diffusio
n
Pipeline.from_pretrained("ptx0/pseudo-journey-v2")
# switch the scheduler in the pipeline to use the DDIMScheduler
# switch the scheduler in the pipeline to use the DDIMScheduler
>>> pipeline.scheduler = DDIMScheduler.from_config(
>>> pipeline.scheduler = DDIMScheduler.from_config(
...
...
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