tommy24 commited on
Commit
d1b1569
·
1 Parent(s): b17ef32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float
9
  pipe = pipe.to("cuda")
10
  prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
11
  image = pipe(prompt).images[0]
12
- image.save("./retro_cars.png")
 
9
  pipe = pipe.to("cuda")
10
  prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
11
  image = pipe(prompt).images[0]
12
+ print(image)