Replies: 2 comments
-
Anybody? Kind of destroys my workflow... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Still looking for help.. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running the latest Last Ben's and by default somehow, all extensions are disabled, so no Deforum in the UI. Not clear how to enable Deforum - the UI says ""Disable all extensions was set, change it to None," which I did, but now I'm not sure how to return to the UI and get Deforum to show up. There's an "Install and Quit" option - but I don't want to quit, and if I choose that option, I get Error -Disconnected messages all over the UI and the runtime is disconnected. So exactly how do I enable auto-load extensions in the code and/or how to get Deforum to show up after I choose "None" as advised? And how would I disable the "disable all extensions" by default? Totally blowing up on restart... Thanks for any info. Here's the error (lots of space on the Goggle drive...):
*** Error loading script: deforum_api.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 469, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/content/gdrive/MyDrive/sd/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 "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui/scripts/deforum_api.py", line 29, in
from deforum_api_models import Batch, DeforumJobErrorType, DeforumJobStatusCategory, DeforumJobPhase, DeforumJobStatus
ModuleNotFoundError: No module named 'deforum_api_models'
(also this and others)
*** Error running preload() for /content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-controlnet/preload.py
Traceback (most recent call last):
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 28, in preload_extensions
module.preload(parser)
File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/sd-webui-controlnet/preload.py", line 2, in preload
parser.add_argument(
File "/usr/lib/python3.10/argparse.py", line 1460, in add_argument
return self._add_action(action)
File "/usr/lib/python3.10/argparse.py", line 1826, in _add_action
self._optionals._add_action(action)
File "/usr/lib/python3.10/argparse.py", line 1662, in _add_action
action = super(_ArgumentGroup, self)._add_action(action)
File "/usr/lib/python3.10/argparse.py", line 1474, in _add_action
self._check_conflict(action)
File "/usr/lib/python3.10/argparse.py", line 1611, in _check_conflict
conflict_handler(action, confl_optionals)
File "/usr/lib/python3.10/argparse.py", line 1620, in _handle_conflict_error
raise ArgumentError(action, message % conflict_string)
argparse.ArgumentError: argument --controlnet-dir: conflicting option string: --controlnet-dir
Beta Was this translation helpful? Give feedback.
All reactions