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 = []
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment