Upload folder using huggingface_hub
Browse files- internals/util/config.py +1 -1
internals/util/config.py
CHANGED
@@ -117,7 +117,7 @@ def get_low_gpu_mem():
|
|
117 |
|
118 |
def get_base_model_variant():
|
119 |
global model_config
|
120 |
-
return model_config.
|
121 |
|
122 |
|
123 |
def get_base_inpaint_model_variant():
|
|
|
117 |
|
118 |
def get_base_model_variant():
|
119 |
global model_config
|
120 |
+
return model_config.base_model_variant # pyright: ignore
|
121 |
|
122 |
|
123 |
def get_base_inpaint_model_variant():
|