Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
20 |
# torch_dtype=torch.float16,
|
21 |
#)
|
22 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
23 |
-
"yodayo-ai/clandestine-xl-1.0",
|
24 |
"Laxhar/noob_sdxl_v_pred/noob-xl-v-pred-test-v2.safetensors",
|
25 |
torch_dtype=torch.float16,
|
26 |
use_safetensors=True,
|
|
|
20 |
# torch_dtype=torch.float16,
|
21 |
#)
|
22 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
23 |
+
#"yodayo-ai/clandestine-xl-1.0",
|
24 |
"Laxhar/noob_sdxl_v_pred/noob-xl-v-pred-test-v2.safetensors",
|
25 |
torch_dtype=torch.float16,
|
26 |
use_safetensors=True,
|