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

[Bug]: Extension not loading #19

Open
2 tasks done
Kamin-13 opened this issue Aug 12, 2024 · 0 comments
Open
2 tasks done

[Bug]: Extension not loading #19

Kamin-13 opened this issue Aug 12, 2024 · 0 comments

Comments

@Kamin-13
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

Have you read FAQ on README?

  • I have updated WebUI and this extension to the latest version

What happened?

The extension not loading after installation and downloading models

Does not appear on txt2img or img2img

Steps to reproduce the problem

  1. Install this extension
  2. Download models into the folder
  3. Apply and restart

What should have happened?

Extension appear on txt2img and img2img

Commit where the problem happens

webui: lllyasviel/stable-diffusion-webui-forge@86ee2d9
extension: 2.0.2-f (#430)

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--listen --enable-insecure-extension-access

Console logs

-

Additional information

*** Error loading script: animatediff.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff.py", line 10, in
from scripts.animatediff_infv2v import AnimateDiffInfV2V
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_infv2v.py", line 5, in
from ldm_patched.modules.model_management import get_torch_device, soft_empty_cache
ModuleNotFoundError: No module named 'ldm_patched'


*** Error loading script: animatediff_infotext.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_infotext.py", line 6, in
from scripts.animatediff_ui import AnimateDiffProcess
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_infv2v.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_infv2v.py", line 5, in
from ldm_patched.modules.model_management import get_torch_device, soft_empty_cache
ModuleNotFoundError: No module named 'ldm_patched'


*** Error loading script: animatediff_latent.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_latent.py", line 10, in
from scripts.animatediff_ui import AnimateDiffProcess
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_mm.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_output.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_output.py", line 15, in
from scripts.animatediff_ui import AnimateDiffProcess
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_prompt.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_prompt.py", line 7, in
from scripts.animatediff_infotext import write_params_txt
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_infotext.py", line 6, in
from scripts.animatediff_ui import AnimateDiffProcess
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_settings.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_settings.py", line 4, in
from scripts.animatediff_ui import supported_save_formats
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


*** Error loading script: animatediff_ui.py
Traceback (most recent call last):
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/scripts.py", line 525, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/kamin/Desktop/stable-diffusion-webui-forge/modules/script_loading.py", line 13, 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/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "/home/kamin/Desktop/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_mm.py", line 5, in
from modules_forge.unet_patcher import UnetPatcher
ModuleNotFoundError: No module named 'modules_forge.unet_patcher'


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