TheLastBen / fast-stable-diffusion

fast-stable-diffusion + DreamBooth
MIT License
7.41k stars 1.27k forks source link

Can't load models #1890

Open Dijasnnn opened 1 year ago

Dijasnnn commented 1 year ago

Someone can help me? After the issue #1857 i can't load models, loras or anything, just show the loading symbol and i don't know how to solve it 1

RabblerouserGT commented 1 year ago

I can confirm I'm getting this as well, so it's not confined to one person. Though I don't think I had the lora issue so it may be unrelated? Tried with the newest version as of this writing. Seems to affect the model dropdown and the settings tab so far as I know.

The most recent things I've done were updating extensions (which seems to cause errors when you use a username/password).

duskfallcrew commented 1 year ago
Screenshot 2023-03-29 at 1 36 54 PM

Same issue here, it's not a lora issue it's gradio. it's nothing to do with ben's code i think it's likely the gradio update, and A1111' s breaking from it

duskfallcrew commented 1 year ago

Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/gradio/routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "/usr/local/lib/python3.9/dist-packages/gradio/blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "/usr/local/lib/python3.9/dist-packages/gradio/blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/gradio/routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "/usr/local/lib/python3.9/dist-packages/gradio/blocks.py", line 1073, in process_api inputs = self.preprocess_data(fn_index, inputs, state) File "/usr/local/lib/python3.9/dist-packages/gradio/blocks.py", line 962, in preprocess_data processed_input.append(block.preprocess(inputs[i])) IndexError: list index out of range\

I got this after i closed it- reloading the UI doesn't do anything

AzaradoChan commented 1 year ago

Same here

image