Spaces:
Running
Running
Upload convert_url_to_diffusers_sdxl_gr.py
Browse files
convert_url_to_diffusers_sdxl_gr.py
CHANGED
@@ -299,6 +299,7 @@ def create_diffusers_repo(new_repo_id, diffusers_folder, progress=gr.Progress(tr
|
|
299 |
url = f"https://huggingface.co/{new_repo_id}"
|
300 |
except Exception as e:
|
301 |
print(f"Error: Failed to upload to {new_repo_id}. ")
|
|
|
302 |
return ""
|
303 |
return url
|
304 |
|
|
|
299 |
url = f"https://huggingface.co/{new_repo_id}"
|
300 |
except Exception as e:
|
301 |
print(f"Error: Failed to upload to {new_repo_id}. ")
|
302 |
+
print(e)
|
303 |
return ""
|
304 |
return url
|
305 |
|