kabachuha / sd-webui-text2video

Auto1111 extension implementing text2video diffusion models (like ModelScope or VideoCrafter) using only Auto1111 webui dependencies
Other
1.28k stars 107 forks source link

[Bug]: No tab after adding extension #111

Closed ibackstrom closed 1 year ago

ibackstrom commented 1 year ago

Is there an existing issue for this?

Are you using the latest version of the extension?

What happened?

  1. No tab appeared after adding to webui extension

Steps to reproduce the problem

  1. Installed proper CUDA
  2. Installed numexpr

What should have happened?

No response

WebUI and Deforum extension Commit IDs

Screenshot_65

What GPU were you using for launching?

2080Ti

On which platform are you launching the webui backend with the extension?

Local PC setup (Windows)

Settings

Screenshot_65

Console logs

Error loading script: key_frames.py
Traceback (most recent call last):
  File "C:\Users\lapla\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "C:\Users\lapla\stable-diffusion-webui\modules\script_loading.py", line 11, 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 "C:\Users\lapla\stable-diffusion-webui\scripts\key_frames.py", line 3, in <module>
    import numexpr
ModuleNotFoundError: No module named 'numexpr'

Error loading script: text2vid.py
Traceback (most recent call last):
  File "C:\Users\lapla\stable-diffusion-webui\modules\scripts.py", line 256, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "C:\Users\lapla\stable-diffusion-webui\modules\script_loading.py", line 11, 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 "C:\Users\lapla\stable-diffusion-webui\scripts\text2vid.py", line 2, in <module>
    from scripts.key_frames import T2VAnimKeys #TODO: move to deforum_tools
  File "C:\Users\lapla\stable-diffusion-webui\scripts\key_frames.py", line 3, in <module>
    import numexpr
ModuleNotFoundError: No module named 'numexpr'

Additional information

No response

kabachuha commented 1 year ago

Oops, forgot that numexpr is not being preinstalled along with the webui

helloansuman commented 1 year ago

Any solution?