Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
21 |
#)
|
22 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
23 |
#"yodayo-ai/clandestine-xl-1.0",
|
24 |
-
"
|
25 |
torch_dtype=torch.float16,
|
26 |
use_safetensors=True,
|
27 |
custom_pipeline="lpw_stable_diffusion_xl",
|
|
|
21 |
#)
|
22 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
23 |
#"yodayo-ai/clandestine-xl-1.0",
|
24 |
+
"el-el-san/illustriousPencilXL_v110",
|
25 |
torch_dtype=torch.float16,
|
26 |
use_safetensors=True,
|
27 |
custom_pipeline="lpw_stable_diffusion_xl",
|