Spaces:
Running
on
Zero
Running
on
Zero
Error when I duplicate your Space
#7
by
eienmojiki
- opened
Looks like I'm stuck here
theme_schema%401.2.2.json: 0%| | 0.00/12.0k [00:00<?, ?B/s]
theme_schema%401.2.2.json: 100%|ββββββββββ| 12.0k/12.0k [00:00<00:00, 53.8MB/s]
It stops here. Please help me if you can. Thanks a lot!
Actually, if you wait for a while in that state, it will start up.π
Specifically, it's just taking too long to process the model information, so if you skip it as shown below, it will start up relatively quickly.
https://huggingface.co/spaces/John6666/DiffuseCraftMod/blob/main/modutils.py#L511
def get_tupled_model_list(model_list):
if not model_list: return []
return [(x, x) for x in model_list] # for skipping this function
tupled_list = []