Deforum after update for Automatic1111 stopped working #784
violatordead
started this conversation in
General
Replies: 0 comments
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.
-
Hello!
after updating extensions deforum stopped working. Getting those errors codes
venv "C:\Users\Admin\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: AUTOMATIC1111/stable-diffusion-webui@3715ece
Installing requirements for Web UI
current transparent-background 1.2.3
Installing imageio-ffmpeg requirement for depthmap script
Installing pyqt5 requirement for depthmap script
Launching Web UI with arguments:
No module 'xformers'. Proceeding without it.
Error loading script: deforum.py
Traceback (most recent call last):
File "C:\Users\Admin\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Admin\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\Admin\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 22, in
init_deforum()
File "C:\Users\Admin\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum.py", line 14, in init_deforum
from deforum_helpers.ui_right import on_ui_tabs
File "C:\Users\Admin\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\ui_right.py", line 8, in
from .ui_left import setup_deforum_left_side_ui
File "C:\Users\Admin\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\ui_left.py", line 7, in
from .ui_elements import get_tab_run, get_tab_keyframes, get_tab_prompts, get_tab_init, get_tab_hybrid, get_tab_output
File "C:\Users\Admin\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\ui_elements.py", line 2, in
from modules.ui_components import FormRow, FormColumn
ImportError: cannot import name 'FormColumn' from 'modules.ui_components' (C:\Users\Admin\stable-diffusion-webui\modules\ui_components.py)
2023-06-10 21:11:18,705 - ControlNet - INFO - ControlNet v1.1.224
ControlNet preprocessor location: C:\Users\Admin\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2023-06-10 21:11:18,751 - ControlNet - INFO - ControlNet v1.1.224
Loading weights [f75b19923f] from C:\Users\Admin\stable-diffusion-webui\models\Stable-diffusion\AbyssOrangeMix2_sfw.ckptCreating model from config: C:\Users\Admin\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Applying cross attention optimization (Doggettx).
Textual inversion embeddings loaded(0):
Model loaded in 8.0s (load weights from disk: 4.5s, create model: 0.4s, apply weights to model: 0.7s, apply half(): 0.6s, move model to device: 0.7s, load textual inversion embeddings: 1.2s).
Running on local URL: http://127.0.0.1:7860/
Beta Was this translation helpful? Give feedback.
All reactions