Skip to content

Not enough values to unpack Error #1652

@Conflik9929

Description

@Conflik9929

Package

SDWebui Forge Neo

When did the issue occur?

Running the Package

What GPU / hardware type are you using?

NVIDIA GeForce RTX 4060 Laptop GPU (8 GB) Intel(R) UHD Graphics (128 MB)

What happened?

Any time I attempt to generate any image in Neo, I get a unpacking values error

Console output

Python 3.13.12 (main, Feb 3 2026, 22:53:26) [MSC v.1944 64 bit (AMD64)]
Version: neo
D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\Hotshot-XL-Automatic1111\install.py:2: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
*** Error running install.py for extension D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask.
*** Command: "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Scripts\python.exe" "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\install.py"
*** Error code: 1
*** stdout: Total VRAM 8188 MB, total RAM 32472 MB memory_management.py :: INFO
*** PyTorch Version: 2.11.0+cu130 memory_management.py :: INFO
*** VRAM State: NORMAL_VRAM memory_management.py :: INFO
*** Device: NVIDIA GeForce RTX 4060 Laptop GPU memory_management.py :: INFO
*** (cuda:0) - native
*** Hint: your device supports --cuda-malloc for memory_management.py :: WARNING
*** potential speed improvements
*** Traceback (most recent call last):
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\install.py", line 6, in
*** from modules import modelloader
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\modelloader.py", line 11, in
*** from backend.utils import load_torch_file
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\backend\utils.py", line 11, in
*** from backend.operations_gguf import ParameterGGUF
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\backend\operations_gguf.py", line 3, in
*** from modules_forge.packages import gguf
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules_forge\packages\gguf_init_.py", line 2, in
*** from .gguf_reader import *
*** File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules_forge\packages\gguf\gguf_reader.py", line 24, in
*** from gguf.constants import (
*** ...<6 lines>...
*** )
*** ModuleNotFoundError: No module named 'gguf'
Launching Web UI with arguments: --sage --pin-shared-memory --cuda-malloc --cuda-stream --skip-python-version-check --gradio-allowed-path 'D:\Stability Matrix\Images'
Total VRAM 8188 MB, total RAM 32472 MB memory_management.py :: INFO
PyTorch Version: 2.11.0+cu130 memory_management.py :: INFO
VRAM State: NORMAL_VRAM memory_management.py :: INFO
Device: NVIDIA GeForce RTX 4060 Laptop GPU memory_management.py :: INFO
(cuda:0) - cudaMallocAsync
Using async weight offloading with 2 streams memory_management.py :: INFO
Pinned Memory: 14612 MB memory_management.py :: INFO
Using SageAttention 2 attention.py :: INFO
Using PyTorch Attention for VAE attention.py :: INFO
ControlNet preprocessor location: D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\models\ControlNetPreprocessor
*** Error loading script: hotshot_xl_model_controller.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\Hotshot-XL-Automatic1111\scripts\hotshot_xl_model_controller.py", line 5, in
import sgm.models.diffusion
ModuleNotFoundError: No module named 'sgm'


Tag Autocomplete: Could not locate model-keyword extension, Lora trigger word completion will be limited to those added through the extra networks menu.
*** Error loading script: main.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\openpose-editor\scripts\main.py", line 14, in
from basicsr.utils.download_util import load_file_from_url
ModuleNotFoundError: No module named 'basicsr'


*** Error loading script: main.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-canvas-editor\scripts\main.py", line 96, in
sink: gr.components.IOComponent,
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'gradio.components' has no attribute 'IOComponent'. Did you mean: 'Component'?


*** Error loading script: dynamic_prompting.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-dynamic-prompts\scripts\dynamic_prompting.py", line 3, in
from sd_dynamic_prompts.dynamic_prompting import Script
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-dynamic-prompts\sd_dynamic_prompts\dynamic_prompting.py", line 18, in
from sd_dynamic_prompts import version, callbacks
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-dynamic-prompts\sd_dynamic_prompts\callbacks.py", line 9, in
from modules.generation_parameters_copypaste import parse_generation_parameters
ModuleNotFoundError: No module named 'modules.generation_parameters_copypaste'


Successfully loaded Multi-Prompt Manager extension.
*** Error loading script: animatediff.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff.py", line 10, in
from scripts.animatediff_infv2v import AnimateDiffInfV2V
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_infv2v.py", line 10, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_freeinit.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_freeinit.py", line 9, in
from scripts.animatediff_ui import AnimateDiffProcess
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_infotext.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_infotext.py", line 6, in
from scripts.animatediff_ui import AnimateDiffProcess
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_infv2v.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_infv2v.py", line 10, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_latent.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_latent.py", line 10, in
from scripts.animatediff_ui import AnimateDiffProcess
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_mm.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_output.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_output.py", line 15, in
from scripts.animatediff_ui import AnimateDiffProcess
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_prompt.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_prompt.py", line 7, in
from scripts.animatediff_infotext import write_params_txt
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_infotext.py", line 6, in
from scripts.animatediff_ui import AnimateDiffProcess
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_settings.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_settings.py", line 4, in
from scripts.animatediff_ui import supported_save_formats
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


*** Error loading script: animatediff_ui.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_ui.py", line 12, in
from scripts.animatediff_mm import mm_animatediff as motion_module
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\scripts\animatediff_mm.py", line 9, in
from motion_module import MotionWrapper, MotionModuleType
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-animatediff\motion_module.py", line 10, in
from ldm.modules.attention import FeedForward
ModuleNotFoundError: No module named 'ldm'


sd-webui-prompt-all-in-one background API service started successfully.
*** Error loading script: latent.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-regional-prompter\scripts\latent.py", line 4, in
from modules import devices, shared, extra_networks, sd_hijack
ImportError: cannot import name 'sd_hijack' from 'modules' (unknown location)


*** Error loading script: rp.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-regional-prompter\scripts\rp.py", line 17, in
from scripts.latent import (denoised_callback_s, denoiser_callback_s, lora_namer, setuploras, unloadlorafowards, forge_linear_forward)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-regional-prompter\scripts\latent.py", line 4, in
from modules import devices, shared, extra_networks, sd_hijack
ImportError: cannot import name 'sd_hijack' from 'modules' (unknown location)


*** Error loading script: em_api.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\em_api.py", line 16, in
from eyemask.api import EyeMaskApi
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\api_init
.py", line 2, in
import utils
ModuleNotFoundError: No module named 'utils'


*** Error loading script: em_script.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\em_script.py", line 15, in
from eyemask import constants, ui, script as eye_mask_script
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\ui.py", line 8, in
from . import constants, script, script_embedded, utils, wildcards, state, mask_generator
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\script.py", line 7, in
from . import mask_generator, utils, wildcards
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\mask_generator.py", line 2, in
import dlib
ModuleNotFoundError: No module named 'dlib'


*** Error loading script: em_script_embedded.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 530, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\script_loading.py", line 13, in load_module
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1023, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\em_script_embedded.py", line 15, in
from eyemask import constants, ui, script_embedded as eye_mask_script
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\ui.py", line 8, in
from . import constants, script, script_embedded, utils, wildcards, state, mask_generator
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\script.py", line 7, in
from . import mask_generator, utils, wildcards
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\stable-diffusion-webui-eyemask\scripts\eyemask\mask_generator.py", line 2, in
import dlib
ModuleNotFoundError: No module named 'dlib'


*** Error calling: D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py/ui
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 550, in wrap_call
return func(*args, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py", line 557, in ui
sam_refresh_models = ToolButton(value=refresh_symbol)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py", line 44, in init
super().init(variant="tool", **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\gradio_extensions.py", line 146, in repaired_init
original(self, *args, **fixed_kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\button.py", line 61, in init
super().init(
~~~~~~~~~~~~~~~~^
every=every,
^^^^^^^^^^^^
...<9 lines>...
min_width=min_width,
^^^^^^^^^^^^^^^^^^^^
)
^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\gradio_extensions.py", line 36, in IOComponent_init
res = original_IOComponent_init(self, *args, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\base.py", line 229, in init
self.component_class_id = self.class.get_component_class_id()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\base.py", line 118, in get_component_class_id
module_path = sys.modules[module_name].file
~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'sam.py'


*** Error calling: D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py/ui
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 550, in wrap_call
return func(*args, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py", line 557, in ui
sam_refresh_models = ToolButton(value=refresh_symbol)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py", line 44, in init
super().init(variant="tool", **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\gradio_extensions.py", line 146, in repaired_init
original(self, *args, **fixed_kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\button.py", line 61, in init
super().init(
~~~~~~~~~~~~~~~~^
every=every,
^^^^^^^^^^^^
...<9 lines>...
min_width=min_width,
^^^^^^^^^^^^^^^^^^^^
)
^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\gradio_extensions.py", line 36, in IOComponent_init
res = original_IOComponent_init(self, *args, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\base.py", line 229, in init
self.component_class_id = self.class.get_component_class_id()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\venv\Lib\site-packages\gradio\components\base.py", line 118, in get_component_class_id
module_path = sys.modules[module_name].file
~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'sam.py'


ControlNet UI callback registered. controlnet_ui_group.py :: INFO
Checkpoint sd\animaOfficial_preview3Base.safetensors not found; loading fallback sd\molKeunMix_deepcobaltV2.safetensors
Model Selected: main_entry.py :: INFO
{
"checkpoint": "molKeunMix_deepcobaltV2.safetensors",
"modules": [
"qwen_image_vae.safetensors",
"qwen_3_06b_base.safetensors"
],
"dtype": "[torch.float16, torch.bfloat16]"
}
Patch LoRAs on-the-fly: False main_entry.py :: INFO
Running on local URL: http://127.0.0.1:7861

To create a public link, set share=True in launch().
Startup time: 117.1s (prepare environment: 8.7s, launcher: 1.3s, forge init: 11.3s, shared init: 0.8s, misc. imports: 71.8s, list SD models: 0.6s, load scripts: 10.7s, initialize extra networks: 0.1s, create ui: 9.0s, gradio launch: 2.2s, app_started_callback: 0.4s).
Model Selected: main_entry.py :: INFO
{
"checkpoint": "anima_baseV10.safetensors",
"modules": [
"qwen_image_vae.safetensors",
"qwen_3_06b_base.safetensors"
],
"dtype": "[torch.float16, torch.bfloat16]"
}
Patch LoRAs on-the-fly: False main_entry.py :: INFO
*** Error running before_process: D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\Hotshot-XL-Automatic1111\scripts\hotshot_xl.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 837, in before_process
script.before_process(p, *script_args)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\Hotshot-XL-Automatic1111\scripts\hotshot_xl.py", line 53, in before_process
if shared.sd_model and not shared.sd_model.is_sdxl:
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'FakeInitialModel' object has no attribute 'is_sdxl'


Loading Model: {'checkpoint_info': {'filename': 'D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\models\Stable-diffusion\sd\anima_baseV10.safetensors', 'hash': 'c73d1385'}, 'additional_modules': ['D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\models\VAE\qwen_image_vae.safetensors', 'D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\models\text_encoder\qwen_3_06b_base.safetensors'], 'unet_storage_dtype': None}
Using Default Qwen3 Data Type: torch.float16 loader.py :: INFO
Using Default Model Data Type: torch.bfloat16 loader.py :: INFO
Diffusion Model: {storage: torch.bfloat16, computation: k_model.py :: INFO
torch.bfloat16}
Calculating sha256 for D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\models\Stable-diffusion\sd\anima_baseV10.safetensors: bd43b7cffe1ed1153d9c41e7beb2f18cb1273eafbaa3af3edd6a173dc90a006e
model loaded.
tag_autocomplete_helper: Old webui version or unrecognized model shape, using fallback for embedding completion.
Model loaded in 152.3s (unload existing model: 0.3s, forge model load: 148.4s, calculate hash: 3.6s).
*** Error running process: D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py
Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\scripts.py", line 845, in process
script.process(p, *script_args)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\sam.py", line 789, in process
process_unit = SAMProcessUnit(args, is_img2img)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\process_params.py", line 63, in init
self.sam_inpaint_unit = SAMInpaintUnit(args, is_img2img)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\process_params.py", line 25, in init
self.init_sam_single_image_process(args)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\sd-webui-segment-anything\scripts\process_params.py", line 29, in init_sam_single_image_process
self.inpaint_upload_enable = args[0]
~~~~^^^
IndexError: tuple index out of range


Traceback (most recent call last):
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules_forge\main_thread.py", line 31, in work
self.result = self.func(*self.args, **self.kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\txt2img.py", line 139, in txt2img_function
processed = processing.process_images(p)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\processing.py", line 838, in process_images
res = process_images_inner(p)
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\processing.py", line 967, in process_images_inner
p.setup_conds()
~~~~~~~~~~~~~^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\processing.py", line 1616, in setup_conds
super().setup_conds()
~~~~~~~~~~~~~~~~~~~^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\processing.py", line 482, in setup_conds
self.uc = self.get_conds_with_caching(prompt_parser.get_learned_conditioning, negative_prompts, total_steps, [self.cached_uc], self.extra_network_data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\modules\processing.py", line 455, in get_conds_with_caching
cache[1] = function(shared.sd_model, required_prompts, steps, hires_steps)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\prompt-fusion-extension\lib_prompt_fusion\hijacker.py", line 12, in wrapper
return function(*args, **kwargs, original_function=self.__original_functions[attribute])
File "D:\Stability Matrix\Packages\Stable Diffusion WebUI Forge - Neo\extensions\prompt-fusion-extension\scripts\promptlang.py", line 29, in hijacked_get_learned_conditioning
hires_steps, use_old_scheduling, *
= args if args else (None, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected at least 2, got 1)

Version

v2.15.8

What Operating System are you using?

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions