安装扩展后启动webui报错
Closed this issue · 0 comments
删除扩展正常启动没有报错,webui是最新版本的
Launching Web UI with arguments: --no-half-vae --deepdanbooru --xformers --always-batch-cond-uncond --api --theme dark --no-gradio-queue
Triton is not available, some optimizations will not be enabled.
This is just a warning: No module named 'triton'
Additional Network extension not installed, Only hijack built-in lora
LoCon Extension hijack built-in lora successfully
ControlNet v1.1.150
ControlNet v1.1.150
Loading weights [5415fd85c7] from D:\stable-diffusion-webui\models\Stable-diffusion\DreamShaper_5_beta2_noVae_half_pruned.safetensors
Creating model from config: D:\stable-diffusion-webui\configs\v1-inference.yaml
LatentDiffusion: Running in eps-prediction mode
DiffusionWrapper has 859.52 M params.
Loading VAE weights specified in settings: D:\stable-diffusion-webui\models\VAE\vae-ft-mse-840000-ema-pruned.ckpt
Applying xformers cross attention optimization.
Textual inversion embeddings loaded(16): advntr, anime-background-style-v2, bad-artist, bad-artist-anime, bad_prompt_version2, badhandv4, badv4, cartoonArtStyle1, charturner, charturnerv2, EasyNegative, EasyNegativeV2, hanfu-anime-style, negative_hand-neg, ng_deepnegative_v1_75t, yaguru magiku
Model loaded in 3.8s (load weights from disk: 0.1s, create model: 0.3s, apply weights to model: 0.6s, apply half(): 0.6s, load VAE: 0.3s, move model to device: 0.8s, load textual inversion embeddings: 0.9s).
add tab
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ D:\stable-diffusion-webui\launch.py:353 in │
│ │
│ 350 │
│ 351 if name == "main": │
│ 352 │ prepare_environment() │
│ ❱ 353 │ start() │
│ 354 │
│ │
│ D:\stable-diffusion-webui\launch.py:348 in start │
│ │
│ 345 │ if '--nowebui' in sys.argv: │
│ 346 │ │ webui.api_only() │
│ 347 │ else: │
│ ❱ 348 │ │ webui.webui() │
│ 349 │
│ 350 │
│ 351 if name == "main": │
│ │
│ D:\stable-diffusion-webui\webui.py:316 in webui │
│ │
│ 313 │ │ │ │ for line in file.readlines(): │
│ 314 │ │ │ │ │ gradio_auth_creds += [x.strip() for x in line.split(',') if x.strip( │
│ 315 │ │ │
│ ❱ 316 │ │ app, local_url, share_url = shared.demo.launch( │
│ 317 │ │ │ share=cmd_opts.share, │
│ 318 │ │ │ server_name=server_name, │
│ 319 │ │ │ server_port=cmd_opts.port, │
│ │
│ D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py:1687 in launch │
│ │
│ 1684 │ │ if not isinstance(self.file_directories, list): │
│ 1685 │ │ │ raise ValueError("file_directories must be a list of directories.") │
│ 1686 │ │ │
│ ❱ 1687 │ │ self.validate_queue_settings() │
│ 1688 │ │ │
│ 1689 │ │ self.config = self.get_config_file() │
│ 1690 │ │ self.max_threads = max( │
│ │
│ D:\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py:1541 in │
│ validate_queue_settings │
│ │
│ 1538 │ │
│ 1539 │ def validate_queue_settings(self): │
│ 1540 │ │ if not self.enable_queue and self.progress_tracking: │
│ ❱ 1541 │ │ │ raise ValueError("Progress tracking requires queuing to be enabled.") │
│ 1542 │ │ │
│ 1543 │ │ for fn_index, dep in enumerate(self.dependencies): │
│ 1544 │ │ │ if not self.enable_queue and self.queue_enabled_for_fn(fn_index): │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ValueError: Progress tracking requires queuing to be enabled.
请按任意键继续. . .