Spaces:
Runtime error
Runtime error
Create app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from diffusers import StableDiffusionPipeline
|
|
3 |
import torch
|
4 |
|
5 |
# Load model
|
6 |
-
model_id = "openfree/
|
7 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
8 |
pipe.to("cuda")
|
9 |
|
|
|
3 |
import torch
|
4 |
|
5 |
# Load model
|
6 |
+
model_id = "openfree/claude-monet"
|
7 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
8 |
pipe.to("cuda")
|
9 |
|