Spaces:
Runtime error
Runtime error
Commit
·
d027a2b
1
Parent(s):
d4e04ac
Update model.py
Browse files
model.py
CHANGED
|
@@ -41,9 +41,9 @@ MODEL_NAMES = {
|
|
| 41 |
}
|
| 42 |
MODEL_REPO = 'webui/ControlNet-modules-safetensors'
|
| 43 |
|
| 44 |
-
DEFAULT_BASE_MODEL_REPO = '
|
| 45 |
-
DEFAULT_BASE_MODEL_FILENAME = '
|
| 46 |
-
DEFAULT_BASE_MODEL_URL = 'https://huggingface.co/
|
| 47 |
|
| 48 |
|
| 49 |
class Model:
|
|
|
|
| 41 |
}
|
| 42 |
MODEL_REPO = 'webui/ControlNet-modules-safetensors'
|
| 43 |
|
| 44 |
+
DEFAULT_BASE_MODEL_REPO = 'theintuitiveye/HARDblend'
|
| 45 |
+
DEFAULT_BASE_MODEL_FILENAME = 'HARDblend.safetensors'
|
| 46 |
+
DEFAULT_BASE_MODEL_URL = 'https://huggingface.co/theintuitiveye/HARDblend/resolve/main/HARDblend.safetensors'
|
| 47 |
|
| 48 |
|
| 49 |
class Model:
|