Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ torch_dtype = torch.float16 if device == "cuda" else torch.float32
|
|
| 22 |
|
| 23 |
|
| 24 |
# model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl"
|
| 25 |
-
|
| 26 |
-
model_repo_id = "cyberdelia/CyberRealisticPony"
|
| 27 |
|
| 28 |
|
| 29 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype).to(device)
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
# model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v8-sdxl"
|
| 25 |
+
model_repo_id = "John6666/wai-ani-nsfw-ponyxl-v140-sdxl"
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype).to(device)
|