Cannot import warp_gradio_gpu_call #863
Unanswered
afweismann
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deforum won't load due to the issue in the subject line. Here's the full error:
*** Error loading script: deforum.py
Traceback (most recent call last):
File "G:\PortableGit\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\PortableGit\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 "G:\PortableGit\stable-diffusion-webui\extensions\deforum\scripts\deforum.py", line 41, in
init_deforum()
File "G:\PortableGit\stable-diffusion-webui\extensions\deforum\scripts\deforum.py", line 33, in init_deforum
from deforum_helpers.ui_right import on_ui_tabs
File "G:\PortableGit\stable-diffusion-webui\extensions\deforum\scripts\deforum_helpers\ui_right.py", line 20, in
from webui import wrap_gradio_gpu_call
ImportError: cannot import name 'wrap_gradio_gpu_call' from 'webui' (G:\PortableGit\stable-diffusion-webui\webui.py)
*** Error loading script: deforum_api.py
Traceback (most recent call last):
File "G:\PortableGit\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "G:\PortableGit\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 "G:\PortableGit\stable-diffusion-webui\extensions\deforum\scripts\deforum_api.py", line 29, in
from deforum_api_models import Batch, DeforumJobErrorType, DeforumJobStatusCategory, DeforumJobPhase, DeforumJobStatus
ModuleNotFoundError: No module named 'deforum_api_models'
Any clue why this would happen? I already tried disabling all extensions and loading only with deforum.
Beta Was this translation helpful? Give feedback.
All reactions