Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from diffusers import StableDiffusionPipeline
|
|
6 |
import torch
|
7 |
model_id = "prompthero/openjourney"
|
8 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
9 |
-
pipe = pipe.to("
|
10 |
prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
|
11 |
image = pipe(prompt).images[0]
|
12 |
print(image)
|
|
|
6 |
import torch
|
7 |
model_id = "prompthero/openjourney"
|
8 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
9 |
+
pipe = pipe.to("")
|
10 |
prompt = "retro serie of different cars with different colors and shapes, mdjrny-v4 style"
|
11 |
image = pipe(prompt).images[0]
|
12 |
print(image)
|