Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def cleanup_old_files():
|
|
36 |
print(f"Error while cleaning up file {file_path}: {e}")
|
37 |
|
38 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
39 |
-
"https://huggingface.co/Laxhar/noobai-XL-1.1/
|
40 |
use_safetensors=True,
|
41 |
torch_dtype=torch.float16,
|
42 |
)
|
|
|
36 |
print(f"Error while cleaning up file {file_path}: {e}")
|
37 |
|
38 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
39 |
+
"https://huggingface.co/Laxhar/noobai-XL-1.1/blob/main/NoobAI-XL-v1.1.safetensors",
|
40 |
use_safetensors=True,
|
41 |
torch_dtype=torch.float16,
|
42 |
)
|