Open eaizy opened 1 year ago
same issue, appears to be changes in A1111 broke txt2vid, maybe due to sdxl support or some other change, the settings tab is present however but no txt2vid tab.
T:\stable-diffusion-webui5\extensions\sd-webui-text2video\scripts\text2vid.py:48: GradioDeprecationWarning: The style
method is deprecated. Please set these arguments in the constructor instead.
with gr.Row(elem_id='t2v-core').style(equal_height=False, variant='compact'):
Creating model from config: T:\stable-diffusion-webui5\repositories\generative-models\configs\inference\sd_xl_base.yaml
*** Error executing callback ui_tabs_callback for T:\stable-diffusion-webui5\extensions\sd-webui-text2video\scripts\text2vid.py
Traceback (most recent call last):
File "T:\stable-diffusion-webui5\modules\script_callbacks.py", line 166, in ui_tabs_callback
res += c.callback() or []
^^^^^^^^^^^^
File "T:\stable-diffusion-webui5\extensions\sd-webui-text2video\scripts\text2vid.py", line 51, in on_ui_tabs
stable_lora_ui = StableLoraScript.ui()
^^^^^^^^^^^^^^^^^^^^^
File "T:\stable-diffusion-webui5/extensions/sd-webui-text2video/scripts\stable_lora\scripts\lora_webui.py", line 53, in ui
paths_with_metadata, lora_names = self.get_lora_files()
^^^^^^^^^^^^^^^^^^^^^
File "T:\stable-diffusion-webui5/extensions/sd-webui-text2video/scripts\stable_lora\stable_utils\lora_processor.py", line 24, in get_lora_files
with safe_open(lora_path, 'pt') as lora_file:
^^^^^^^^^^^^^^^^^^^^^^^^^^
safetensors_rust.SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
Running on local URL: http://127.0.0.1:7860
Same here:
using 01e41fd webui version: v1.6.0 • python: 3.10.9 • torch: 2.0.1+cu118 • xformers: 0.0.21.dev544 • gradio: 3.41.2
*** Error executing callback ui_tabs_callback for /stable-diffusion-webui/extensions-builtin/sd-webui-text2video.git/scripts/text2vid.py
Traceback (most recent call last):
File "/stable-diffusion-webui/modules/script_callbacks.py", line 166, in ui_tabs_callback
res += c.callback() or []
File "/stable-diffusion-webui/extensions-builtin/sd-webui-text2video.git/scripts/text2vid.py", line 51, in on_ui_tabs
stable_lora_ui = StableLoraScript.ui()
File "/stable-diffusion-webui/extensions-builtin/sd-webui-text2video.git/scripts/stable_lora/scripts/lora_webui.py", line 53, in ui
paths_with_metadata, lora_names = self.get_lora_files()
File "/stable-diffusion-webui/extensions-builtin/sd-webui-text2video.git/scripts/stable_lora/stable_utils/lora_processor.py", line 24, in get_lora_files
with safe_open(lora_path, 'pt') as lora_file:
safetensors_rust.SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
Is there an existing issue for this?
Are you using the latest version of the extension?
What happened?
When I install the extension, the tab does not appear in the extension bar. I moved all my extensions to another location and left only the text2video extension and restarted it, but it is still not visible. I have uninstalled and reinstalled many times but the problem persists. It's also shown on installed extensions tab.
Steps to reproduce the problem
What should have happened?
Extension must be visible on the top bar
WebUI and Deforum extension Commit IDs
webui commit id - 5ef669de080814067961f28357256e8fe27544f4 txt2vid commit id - 01e41fd454c011b479c271cee33e5b5a90076ffd
Torch version
torch: 2.0.1+cu118
What GPU were you using for launching?
RTX4090
On which platform are you launching the webui backend with the extension?
Local PC setup (Windows)
Settings
@ECHO OFF REM BFCPEOPTIONSTART REM Advanced BAT to EXE Converter www.BatToExeConverter.com REM BFCPEEXE=C:\Users\TKA\Desktop\Stable Diffusion 2.exe REM BFCPEICON=C:\Users\TKA\Downloads\196056941-aace0837-473a-4aa5-9067-505b17797aa1.ico REM BFCPEICONINDEX=-1 REM BFCPEEMBEDDISPLAY=0 REM BFCPEEMBEDDELETE=1 REM BFCPEADMINEXE=1 REM BFCPEINVISEXE=0 REM BFCPEVERINCLUDE=0 REM BFCPEVERVERSION=1.0.0.0 REM BFCPEVERPRODUCT=Product Name REM BFCPEVERDESC=Product Description REM BFCPEVERCOMPANY=Your Company REM BFCPEVERCOPYRIGHT=Copyright Info REM BFCPEWINDOWCENTER=1 REM BFCPEDISABLEQE=1 REM BFCPEWINDOWHEIGHT=25 REM BFCPEWINDOWWIDTH=80 REM BFCPEWTITLE=Stable Diffusion REM BFCPEOPTIONEND @echo off
set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS= --xformers --autolaunch --opt-sdp-no-mem-attention --no-half-vae --opt-channelslast --api --update-check
call webui.bat
Console logs
Additional information