Closed Glup30 closed 4 months ago
I got errors too. I'm using the last notebook, I read Last Ben fixed it, but I still have this error:
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 13, in
I installed everything from zero again, but I got the same error
I downloaded the latest version to apply it in Google Colab Pro but it doesn't work for me either, I have the same error. apply these two cells to correct the error while it is being fixed:
!pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
I downloaded the latest version to apply it in Google Colab Pro but it doesn't work for me either, I have the same error. apply these two cells to correct the error while it is being fixed:
!pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
i already did that, same issue
I downloaded the latest version to apply it in Google Colab Pro but it doesn't work for me either, I have the same error. apply these two cells to correct the error while it is being fixed: !pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
i already did that, same issue
I got an error when I tried to start it, but I tried to start it again and it worked
Here it’s the same. I tried to use:
!pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
But it didn’t work
I tried the same, more than twice and:
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 162, in
Same
Hey i'm getting this error : Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 162, in webui() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 52, in webui initialize.initialize() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 75, in initialize initialize_rest(reload_script_modules=False) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 103, in initialize_rest sd_models.list_models() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 165, in list_models model_list = modelloader.load_models(model_path=model_path, model_url=model_url, command_path=shared.cmd_opts.ckpt_dir, ext_filter=[".ckpt", ".safetensors"], download_name="v1-5-pruned-emaonly.safetensors", ext_blacklist=[".vae.ckpt", ".vae.safetensors"], hash_prefix=expected_sha256) TypeError: load_models() got an unexpected keyword argument 'hash_prefix'
i tried using the pipinstall, but didn't work. I update to latest notebook and got the same error, any advice on how to fix this?
delete or backup sd folder and totally reintall and try this again
!pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
Hi I'm triying to use : https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb#scrollTo=PjzwxTkPSPHf
But it seems broken I'm kept getting this same error: Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 13, in
Somebody knows how to fix it out????
Hey i'm getting this error : Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 162, in webui() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 52, in webui initialize.initialize() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 75, in initialize initialize_rest(reload_script_modules=False) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 103, in initialize_rest sd_models.list_models() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 165, in list_models model_list = modelloader.load_models(model_path=model_path, model_url=model_url, command_path=shared.cmd_opts.ckpt_dir, ext_filter=[".ckpt", ".safetensors"], download_name="v1-5-pruned-emaonly.safetensors", ext_blacklist=[".vae.ckpt", ".vae.safetensors"], hash_prefix=expected_sha256) TypeError: load_models() got an unexpected keyword argument 'hash_prefix' i tried using the pipinstall, but didn't work. I update to latest notebook and got the same error, any advice on how to fix this?
delete or backup sd folder and totally reintall and try this again
!pip install --upgrade spandrel_extra_arches spandrel !pip install --upgrade scikit-image
it works, thx
fixed now, use the latest notebook
Hey i'm getting this error : Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 162, in
webui()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 52, in webui
initialize.initialize()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 75, in initialize
initialize_rest(reload_script_modules=False)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 103, in initialize_rest
sd_models.list_models()
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/sd_models.py", line 165, in list_models
model_list = modelloader.load_models(model_path=model_path, model_url=model_url, command_path=shared.cmd_opts.ckpt_dir, ext_filter=[".ckpt", ".safetensors"], download_name="v1-5-pruned-emaonly.safetensors", ext_blacklist=[".vae.ckpt", ".vae.safetensors"], hash_prefix=expected_sha256)
TypeError: load_models() got an unexpected keyword argument 'hash_prefix'
i tried using the pipinstall, but didn't work. I update to latest notebook and got the same error, any advice on how to fix this?