[X] 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?
[X] I have updated WebUI and this extension to the latest version
What happened?
Extension won't load
Steps to reproduce the problem
Install fresh forge from git. Make a cute cat image with SDXL. Everything works as expected.
Install this extensions using Install from URL.
Fails to load with a bunch of "ModuleNotFoundError: No module named script.***** "
Alot of this....
*** Error loading script: animatediff_settings.py
Traceback (most recent call last):
File "/home/me/AI/stable-diffusion-webui-forge/modules/scripts.py", line 544, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/me/AI/stable-diffusion-webui-forge/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/me/AI/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_settings.py", line 4, in <module>
from scripts.animatediff_ui import supported_save_formats
ModuleNotFoundError: No module named 'scripts.animatediff_ui'
---
*** Error loading script: animatediff_ui.py
Traceback (most recent call last):
File "/home/me/AI/stable-diffusion-webui-forge/modules/scripts.py", line 544, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/home/me/AI/stable-diffusion-webui-forge/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/me/AI/stable-diffusion-webui-forge/extensions/sd-forge-animatediff/scripts/animatediff_ui.py", line 12, in <module>
from scripts.animatediff_mm import mm_animatediff as motion_module
ModuleNotFoundError: No module named 'scripts.animatediff_mm'
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
Extension won't load
Steps to reproduce the problem
Install fresh forge from git. Make a cute cat image with SDXL. Everything works as expected. Install this extensions using Install from URL. Fails to load with a bunch of "ModuleNotFoundError: No module named script.***** "
What should have happened?
Extension loads.
Commit where the problem happens
webui: stable-diffusion-webui-forge extension: sd-forge-animatediff
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
Console logs
Additional information
Other extensions like DreamBoth work fine.