Skip to content

Can't start older SD.Next with 2.15.x #1450

@afbagwell

Description

@afbagwell

What happened?

I have a pinned version of SD.Next from early 2024.
With the 2.15.x release line, I can not longer start this instance. It always throws the following error:

21:24:10-069585 INFO Extensions: enabled=['Lora', 'sd-extension-chainner',
'sd-extension-system-info',
'sd-webui-agent-scheduler', 'sd-webui-controlnet',
'stable-diffusion-webui-images-browser',
'stable-diffusion-webui-rembg'] extensions-builtin
21:24:10-071584 INFO Extensions: enabled=['adetailer', 'canvas-zoom',
'sd-dynamic-prompts', 'sd-dynamic-thresholding',
'sd-webui-aspect-ratio-helper', 'sd-webui-reactor',
'sd-webui-regional-prompter', 'sd-webui-supermerger']
extensions
21:24:10-077107 INFO Extension preload: {'extensions-builtin': 0.0,
'extensions': 0.0}
usage: [-h] [--config CONFIG] [--ui-config UI_CONFIG] [--medvram] [--lowvram] [--ckpt CKPT] [--vae VAE] [--data-dir DATA_DIR] [--models-dir MODELS_DIR] [--allow-code] [--share] [--insecure]
[--use-cpu USE_CPU [USE_CPU ...]] [--listen] [--port PORT] [--freeze] [--auth AUTH] [--auth-file AUTH_FILE] [--autolaunch] [--docs] [--api-only] [--api-log] [--device-id DEVICE_ID]
[--cors-origins CORS_ORIGINS] [--cors-regex CORS_REGEX] [--tls-keyfile TLS_KEYFILE] [--tls-certfile TLS_CERTFILE] [--tls-selfsign] [--server-name SERVER_NAME] [--no-hashing] [--no-metadata]
[--no-download] [--profile] [--disable-queue] [--subpath SUBPATH] [--backend {original,diffusers}] [--log LOG] [--debug] [--reset] [--upgrade] [--requirements] [--quick] [--use-directml]
[--use-openvino] [--use-ipex] [--use-cuda] [--use-rocm] [--use-xformers] [--skip-requirements] [--skip-extensions] [--skip-git] [--skip-torch] [--skip-all] [--experimental] [--reinstall]
[--test] [--version] [--ignore] [--safe] [--agent-scheduler-sqlite-file AGENT_SCHEDULER_SQLITE_FILE] [--controlnet-dir CONTROLNET_DIR]
[--controlnet-annotator-models-path CONTROLNET_ANNOTATOR_MODELS_PATH] [--no-half-controlnet] [--controlnet-preprocessor-cache-size CONTROLNET_PREPROCESSOR_CACHE_SIZE]
[--controlnet-loglevel {DEBUG,INFO,WARNING,ERROR,CRITICAL}] [--controlnet-tracemalloc] [--image-browser-tmp-db] [--ad-no-huggingface]
: error: unrecognized arguments: --uv

This error does not appear in StabilityMatrix 2.14.3 and the app starts up as normal. I've tried to debug the startup but am unable to locate the source of the "--uv" argument that SD.Next doesn't recognize, but it's not coming from any flag I'm setting manually so I assume SM is providing it by default.

Steps to reproduce

Install an older version of SD.Next (for example, commit hash 9bf08c54) and attempt to run it in SD.Next.

Relevant logs

Version

v2.15.4

What Operating System are you using?

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions