From b402604de4c2ea4f4bb689201d848b0e73513430 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 23 May 2023 18:28:39 +0200 Subject: [PATCH] Update README.md (#3525) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17c883519b..709abaff8e 100644 --- a/README.md +++ b/README.md @@ -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 ☕. -## ❤️ 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