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
OpenDAS
diffusers
Commits
fcb0da7f
Unverified
Commit
fcb0da7f
authored
Jul 11, 2023
by
Vines
Committed by
GitHub
Jul 11, 2023
Browse files
Fix diffedit doc typo (#3977)
fix diffedit code mistake
parent
8e8b046d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/en/api/pipelines/diffedit.mdx
docs/source/en/api/pipelines/diffedit.mdx
+2
-2
No files found.
docs/source/en/api/pipelines/diffedit.mdx
View file @
fcb0da7f
...
...
@@ -71,7 +71,7 @@ First, let's load our pipeline:
```py
import torch
from diffusers import DDIMScheduler, DDIMInverseScheduler, StableDiffusion
Pix2PixZero
Pipeline
from diffusers import DDIMScheduler, DDIMInverseScheduler, StableDiffusion
DiffEdit
Pipeline
sd_model_ckpt = "stabilityai/stable-diffusion-2-1"
pipeline = StableDiffusionDiffEditPipeline.from_pretrained(
...
...
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