Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
49f791f
1
Parent(s):
a96db48
update download script
Browse files- app-huggingface.py +1 -0
app-huggingface.py
CHANGED
|
@@ -175,6 +175,7 @@ class AnimateController:
|
|
| 175 |
self.pipeline_dict = self.load_model_list()
|
| 176 |
|
| 177 |
def load_model_list(self):
|
|
|
|
| 178 |
pipeline_dict = dict()
|
| 179 |
for style, cfg in self.style_configs.items():
|
| 180 |
dreambooth_path = cfg.get('dreambooth', 'none')
|
|
|
|
| 175 |
self.pipeline_dict = self.load_model_list()
|
| 176 |
|
| 177 |
def load_model_list(self):
|
| 178 |
+
print(os.listdir(DreamBooth_LoRA_PATH))
|
| 179 |
pipeline_dict = dict()
|
| 180 |
for style, cfg in self.style_configs.items():
|
| 181 |
dreambooth_path = cfg.get('dreambooth', 'none')
|