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
b402604d
Unverified
Commit
b402604d
authored
May 23, 2023
by
Patrick von Platen
Committed by
GitHub
May 23, 2023
Browse files
Update README.md (#3525)
parent
84ce50f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+6
-2
No files found.
README.md
View file @
b402604d
...
...
@@ -59,8 +59,9 @@ Generating outputs is super easy with 🤗 Diffusers. To generate an image from
```
python
from
diffusers
import
DiffusionPipeline
import
torch
pipeline
=
DiffusionPipeline
.
from_pretrained
(
"runwayml/stable-diffusion-v1-5"
)
pipeline
=
DiffusionPipeline
.
from_pretrained
(
"runwayml/stable-diffusion-v1-5"
,
torch_dtype
=
torch
.
float16
)
pipeline
.
to
(
"cuda"
)
pipeline
(
"An image of a squirrel in Picasso style"
).
images
[
0
]
```
...
...
@@ -182,7 +183,7 @@ just hang out ☕.
</tr>
</table>
##
❤️
Popular
repos building on
🧨 Diffusers
## Popular
using
🧨 Diffusers
-
https://github.com/microsoft/TaskMatrix
-
https://github.com/invoke-ai/InvokeAI
...
...
@@ -193,6 +194,9 @@ just hang out ☕.
-
https://github.com/deep-floyd/IF
-
https://github.com/bentoml/BentoML
-
https://github.com/bmaltais/kohya_ss
-
+3000 other amazing GitHub repositories 💪
Thank you for using us ❤️
## Credits
...
...
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