Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def cleanup_old_files():
|
|
44 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
45 |
|
46 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
47 |
-
"https://huggingface.co/bluepen5805/illustrious_pencil-XL/illustrious_pencil-XL-
|
48 |
use_safetensors=True,
|
49 |
torch_dtype=torch.float16,
|
50 |
)
|
|
|
44 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
45 |
|
46 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
47 |
+
"https://huggingface.co/bluepen5805/illustrious_pencil-XL/illustrious_pencil-XL-v2.0.0.safetensors",
|
48 |
use_safetensors=True,
|
49 |
torch_dtype=torch.float16,
|
50 |
)
|