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 loading script: vid_faceswap.py #9

Closed
itAsia opened this issue Dec 22, 2023 · 2 comments
Closed

Error loading script: vid_faceswap.py #9

itAsia opened this issue Dec 22, 2023 · 2 comments

Comments

@itAsia
Copy link

itAsia commented Dec 22, 2023

Any idea ? It is very hard to correct as it doesn't say anything about a missing module...

Thanks :)

++

*** Error loading script: vid_faceswap.py
Traceback (most recent call last):
File "/home/stef/stable-diffusion/stable-diffusion-webui/modules/scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/stef/stable-diffusion/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/stef/stable-diffusion/stable-diffusion-webui/extensions/vid-faceswap/scripts/vid_faceswap.py", line 15, in
from modules.ui import create_sampler_and_steps_selection, create_seed_inputs, create_refresh_button
ImportError: cannot import name 'create_seed_inputs' from 'modules.ui' (/home/stef/stable-diffusion/stable-diffusion-webui/modules/ui.py)

@dchatel
Copy link
Owner

dchatel commented Dec 22, 2023

That extension is discontinued for a while now. I think it's incompatible with A1111 since 1.4 or 1.5 I don't remember exactly.

@itAsia
Copy link
Author

itAsia commented Dec 22, 2023

ok, thanks

@itAsia itAsia closed this as completed Dec 22, 2023
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

2 participants