Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ model_id = "fusing/glide-base"
|
|
| 24 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
| 25 |
|
| 26 |
# run inference (text-conditioned denoising + upscaling)
|
| 27 |
-
img = pipeline("a
|
| 28 |
|
| 29 |
# process image to PIL
|
| 30 |
img = img.squeeze(0)
|
|
|
|
| 24 |
pipeline = DiffusionPipeline.from_pretrained(model_id)
|
| 25 |
|
| 26 |
# run inference (text-conditioned denoising + upscaling)
|
| 27 |
+
img = pipeline("a crayon drawing of a corgi")
|
| 28 |
|
| 29 |
# process image to PIL
|
| 30 |
img = img.squeeze(0)
|