jayparmr commited on
Commit
bcaef47
1 Parent(s): 61309b7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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.get_base_model_variant # pyright: ignore
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():