Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
010bc4ea
Commit
010bc4ea
authored
Oct 31, 2022
by
Patrick von Platen
Browse files
incorrect model id
parent
c18941b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/quicktour.mdx
docs/source/quicktour.mdx
+1
-1
No files found.
docs/source/quicktour.mdx
View file @
010bc4ea
...
@@ -121,7 +121,7 @@ you could use it as follows:
...
@@ -121,7 +121,7 @@ you could use it as follows:
```python
```python
>>> from diffusers import LMSDiscreteScheduler
>>> from diffusers import LMSDiscreteScheduler
>>> scheduler = LMSDiscreteScheduler.from_config("
CompVis
/stable-diffusion-v1-
4
", subfolder="scheduler")
>>> scheduler = LMSDiscreteScheduler.from_config("
runwayml
/stable-diffusion-v1-
5
", subfolder="scheduler")
>>> generator = StableDiffusionPipeline.from_pretrained(
>>> generator = StableDiffusionPipeline.from_pretrained(
... "runwayml/stable-diffusion-v1-5", scheduler=scheduler, use_auth_token=AUTH_TOKEN
... "runwayml/stable-diffusion-v1-5", scheduler=scheduler, use_auth_token=AUTH_TOKEN
...
...
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