Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when executing section “Start Stable-Diffusion” of “fast_stable_diffusion" #2964

Open
Kaka32793784 opened this issue Dec 16, 2024 · 0 comments

Comments

@Kaka32793784
Copy link

When I run the “Start Stable-Diffusion” section of “fast_stable_diffusion”, I get an error message and cannot run it.

Please let me know how to deal with this.

The error message is as follows.

"
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 74, in initialize
initialize_rest(reload_script_modules=False)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/initialize.py", line 102, 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'
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant