Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
|
23 |
# #variant="fp16"
|
24 |
#)
|
25 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
26 |
-
"https://huggingface.co/
|
27 |
use_safetensors=True,
|
28 |
torch_dtype=torch.float16,
|
29 |
)
|
|
|
23 |
# #variant="fp16"
|
24 |
#)
|
25 |
pipe = StableDiffusionXLPipeline.from_single_file(
|
26 |
+
"https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules4/fp16/checkpoint-e0_s10000.safetensors/checkpoint-e0_s10000.safetensors",
|
27 |
use_safetensors=True,
|
28 |
torch_dtype=torch.float16,
|
29 |
)
|