Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,6 @@ model_path = "gremlin97/RemoteDiff224"
|
|
14 |
|
15 |
pipe = StableDiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
16 |
|
17 |
-
pipe.to("cuda")
|
18 |
-
|
19 |
|
20 |
|
21 |
# Fixed negative prompt
|
|
|
14 |
|
15 |
pipe = StableDiffusionPipeline.from_pretrained(model_path, torch_dtype=torch.float16)
|
16 |
|
|
|
|
|
17 |
|
18 |
|
19 |
# Fixed negative prompt
|