Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.79k stars 1.93k forks source link

[Bug]: A generic low latency asio driver is displayed for a moment. #3004

Open PSN-123 opened 1 month ago

PSN-123 commented 1 month ago

Is there an existing issue for this?

What happened?

I am using Automatic1111 and after updating to the latest version "generic low latency asio driver" is displayed for a moment at startup.

Steps to reproduce the problem

  1. Install Automatic1111.
  2. Install extensions for this repository
  3. "generic low latency asio driver" will be displayed for a moment at startup

What should have happened?

ASIO is an audio-related driver, but it is odd that such a driver not usually associated with image generation is being called!

Commit where the problem happens

webui: v1.10.0-RC-4-g48dd4d9e controlnet: https://github.com/Mikubill/sd-webui-controlnet/commit/b63899a654ee2f70d475c259691f35ac67c320d4

What browsers do you use to access the UI ?

Mozilla Firefox

Command Line Arguments

--xformers --precision half

List of enabled extensions

adetailer https://github.com/Bing-su/adetailer main
a7d96113

Console logs

venv "C:\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
Version: v1.10.0-RC-4-g48dd4d9e
Commit hash: 48dd4d9eaeaeb600bfcd27a02a4070192c55b858
Installing sd-webui-controlnet requirement: changing opencv-python version from 4.10.0.84 to 4.8.0
Launching Web UI with arguments: --xformers --precision half
ldm/sgm GroupNorm32 replaced with normal torch.nn.GroupNorm due to `--precision half`.
[-] ADetailer initialized. version: 24.6.0, num models: 11
ControlNet preprocessor location: C:\stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads
2024-07-16 05:55:59,786 - ControlNet - INFO - ControlNet v1.1.455
Loading weights [e7e4a2279e] from C:\stable-diffusion-webui\models\Stable-diffusion\AE.safetensors
2024-07-16 05:56:00,100 - ControlNet - INFO - ControlNet UI callback registered.
Creating model from config: C:\stable-diffusion-webui\repositories\generative-models\configs\inference\sd_xl_base.yaml
C:\stable-diffusion-webui\venv\lib\site-packages\huggingface_hub\file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
  warnings.warn(
Running on local URL:  http://127.0.0.1:7860

Additional information

No response

JustUser99 commented 1 month ago

This ASIO driver installation causes blue screen with "pfn_list_corrupt" for me.

When I install controlnet in SD, all ends with blue screen at moment when "ControlNet preprocessor location" or "ControlNet - INFO" string appears. SD works as usual without controlnet extension. If I uninstall asio drivers before launch SD with controlnet, it works. I don't know exactly reason of this situation and how to fix it.

Windows 10, RTX 3060, Infrasonic quartet (sound card).

Update. That is common problem for Infrasonic quartet owners. There is two solutions: to use ASIOLinkPro (works for me) or FlexASIO (didn't try yet).