Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float
|
|
33 |
pipe = pipe.to("cuda")
|
34 |
prompt = "Bus riding to school, beksinski style"
|
35 |
image = pipe(prompt).images[0]
|
36 |
-
image.save("./
|
37 |
```
|
38 |
|
39 |
# Gallery
|
|
|
33 |
pipe = pipe.to("cuda")
|
34 |
prompt = "Bus riding to school, beksinski style"
|
35 |
image = pipe(prompt).images[0]
|
36 |
+
image.save("./example_output.png")
|
37 |
```
|
38 |
|
39 |
# Gallery
|