s3nh commited on
Commit
896f29e
1 Parent(s): b0b64e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("./pixel.png")
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