Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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)
|