michaelj commited on
Commit
6f6a5d2
·
1 Parent(s): 17e6751

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app_settings.py +2 -1
app_settings.py CHANGED
@@ -14,7 +14,8 @@ from copy import deepcopy
14
 
15
  class AppSettings:
16
  def __init__(self):
17
- self.config_path = FastStableDiffusionPaths().get_app_settings_path()
 
18
  self._stable_diffsuion_models = get_models_from_text_file (
19
  FastStableDiffusionPaths().get_models_config_path(SD_MODELS_FILE)
20
  )
 
14
 
15
  class AppSettings:
16
  def __init__(self):
17
+ self.config_path = FastStableDiffusionPaths().get_app_settings_path()+'/app'
18
+ print("打印模型地址",self.config_path)
19
  self._stable_diffsuion_models = get_models_from_text_file (
20
  FastStableDiffusionPaths().get_models_config_path(SD_MODELS_FILE)
21
  )