Giter VIP home page Giter VIP logo

Comments (9)

jlitz avatar jlitz commented on August 23, 2024

Also got same error on SD Next script

Self-Start AutoWebUI on port 7823 is loading...
usage: webui.py [-h] [--update-all-extensions] [--skip-python-version-check]
[--skip-torch-cuda-test] [--reinstall-xformers]
[--reinstall-torch] [--update-check] [--test-server]
[--skip-prepare-environment] [--skip-install]
[--do-not-download-clip] [--data-dir DATA_DIR]
[--config CONFIG] [--ckpt CKPT] [--ckpt-dir CKPT_DIR]
[--vae-dir VAE_DIR] [--gfpgan-dir GFPGAN_DIR]
[--gfpgan-model GFPGAN_MODEL] [--no-half] [--no-half-vae]
[--no-progressbar-hiding] [--max-batch-count MAX_BATCH_COUNT]
[--embeddings-dir EMBEDDINGS_DIR]
[--textual-inversion-templates-dir TEXTUAL_INVERSION_TEMPLATES_DIR]
[--hypernetwork-dir HYPERNETWORK_DIR]
[--localizations-dir LOCALIZATIONS_DIR] [--allow-code]
[--medvram] [--lowvram] [--lowram]
[--always-batch-cond-uncond] [--unload-gfpgan]
[--precision {full,autocast}] [--upcast-sampling] [--share]
[--ngrok NGROK] [--ngrok-region NGROK_REGION]
[--ngrok-options NGROK_OPTIONS]
[--enable-insecure-extension-access]
[--codeformer-models-path CODEFORMER_MODELS_PATH]
[--gfpgan-models-path GFPGAN_MODELS_PATH]
[--esrgan-models-path ESRGAN_MODELS_PATH]
[--bsrgan-models-path BSRGAN_MODELS_PATH]
[--realesrgan-models-path REALESRGAN_MODELS_PATH]
[--clip-models-path CLIP_MODELS_PATH] [--xformers]
[--force-enable-xformers] [--xformers-flash-attention]
[--deepdanbooru] [--opt-split-attention]
[--opt-sub-quad-attention]
[--sub-quad-q-chunk-size SUB_QUAD_Q_CHUNK_SIZE]
[--sub-quad-kv-chunk-size SUB_QUAD_KV_CHUNK_SIZE]
[--sub-quad-chunk-threshold SUB_QUAD_CHUNK_THRESHOLD]
[--opt-split-attention-invokeai] [--opt-split-attention-v1]
[--opt-sdp-attention] [--opt-sdp-no-mem-attention]
[--disable-opt-split-attention] [--disable-nan-check]
[--use-cpu USE_CPU [USE_CPU ...]] [--listen] [--port PORT]
[--show-negative-prompt] [--ui-config-file UI_CONFIG_FILE]
[--hide-ui-dir-config] [--freeze-settings]
[--ui-settings-file UI_SETTINGS_FILE] [--gradio-debug]
[--gradio-auth GRADIO_AUTH]
[--gradio-auth-path GRADIO_AUTH_PATH]
[--gradio-img2img-tool GRADIO_IMG2IMG_TOOL]
[--gradio-inpaint-tool GRADIO_INPAINT_TOOL]
[--gradio-allowed-path GRADIO_ALLOWED_PATH]
[--opt-channelslast] [--styles-file STYLES_FILE]
[--autolaunch] [--theme THEME] [--use-textbox-seed]
[--disable-console-progressbars] [--enable-console-prompts]
[--vae-path VAE_PATH] [--disable-safe-unpickle] [--api]
[--api-auth API_AUTH] [--api-log] [--nowebui]
[--ui-debug-mode] [--device-id DEVICE_ID] [--administrator]
[--cors-allow-origins CORS_ALLOW_ORIGINS]
[--cors-allow-origins-regex CORS_ALLOW_ORIGINS_REGEX]
[--tls-keyfile TLS_KEYFILE] [--tls-certfile TLS_CERTFILE]
[--disable-tls-verify] [--server-name SERVER_NAME]
[--gradio-queue] [--no-gradio-queue] [--skip-version-check]
[--no-hashing] [--no-download-sd-model] [--subpath SUBPATH]
[--add-stop-route] [--api-server-stop]
[--timeout-keep-alive TIMEOUT_KEEP_ALIVE]
[--ldsr-models-path LDSR_MODELS_PATH] [--lora-dir LORA_DIR]
[--lyco-dir-backcompat LYCO_DIR_BACKCOMPAT]
[--scunet-models-path SCUNET_MODELS_PATH]
[--swinir-models-path SWINIR_MODELS_PATH]
webui.py: error: unrecognized arguments:
16:17:08.837 [Info] Self-Start AutoWebUI on port 7823 exited.

from stableswarmui.

mcmonkey4eva avatar mcmonkey4eva commented on August 23, 2024

Is it... actually saying webui.py: error: unrecognized arguments: with nothing after it like that? wtf?

from stableswarmui.

mcmonkey4eva avatar mcmonkey4eva commented on August 23, 2024

Oh my god it does too. Fixed.

ps do note that in general the auto webui backend has received less love than the Comfy backend has, so some things are more limited.

from stableswarmui.

jlitz avatar jlitz commented on August 23, 2024

so no answer? Cross off 1111 and SD Next Ok Tnx

from stableswarmui.

mcmonkey4eva avatar mcmonkey4eva commented on August 23, 2024

What? It's fixed, the bug was fixed.

from stableswarmui.

jlitz avatar jlitz commented on August 23, 2024

fixed? how so ? same problem still exists. I tried deleted some extensions. will have to work on it myself i guess.

from stableswarmui.

mcmonkey4eva avatar mcmonkey4eva commented on August 23, 2024

When I closed the issue, I first replicated the problem you saw, fixed it in the code, and then linked the fix in here when I closed it.

You just need to update (double-click the update.bat file or run git pull in a command line) and it should work now.

If it doesn't work, please post updated logs of any issue you have.

from stableswarmui.

jlitz avatar jlitz commented on August 23, 2024

Thank you for you patience. Working ok now. What is the backend py file for comfy? Switching back t comfy since 1111 is slow but can not find the correct py.

from stableswarmui.

mcmonkey4eva avatar mcmonkey4eva commented on August 23, 2024

If you used the installer, dlbackend/ComfyUI/main.py is the correct path.

from stableswarmui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.