Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
·
d9dcfa9
1
Parent(s):
735f138
update
Browse files
app.py
CHANGED
@@ -456,7 +456,7 @@ def get_civitai_safetensors(link):
|
|
456 |
break
|
457 |
# if(image["nsfwLevel"] == 1):
|
458 |
# image_url = image["url"]
|
459 |
-
break
|
460 |
break
|
461 |
if(not model_link_download):
|
462 |
gr.Warning("We couldn't find a SDXL LoRA on the model you've sent")
|
|
|
456 |
break
|
457 |
# if(image["nsfwLevel"] == 1):
|
458 |
# image_url = image["url"]
|
459 |
+
# break
|
460 |
break
|
461 |
if(not model_link_download):
|
462 |
gr.Warning("We couldn't find a SDXL LoRA on the model you've sent")
|