antfu / sd-webui-qrcode-toolkit

Anthony's QR Toolkit for Stable Diffusion WebUI
https://qrcode.antfu.me/
MIT License
634 stars 48 forks source link

Send to ControlNet doesn't work anymore #8

Open ajdavids opened 4 months ago

ajdavids commented 4 months ago

Describe the bug

When I send to controlnet, it doesn't work, and I see this error in the Javascript Console:


QR Toolkit SD: Could not find input #img2img_controlnet_ControlNet_input_image input[type=file]
  | setImageInput | @ | index.js:89 -- | -- | -- | --   | (anonymous) | @ | index.js:109

QR Toolkit SD: Could not find input #txt2img_controlnet_ControlNet_input_image input[type=file]
  | setImageInput | @ | index.js:89 -- | -- | -- | --   | (anonymous) | @ | index.js:114

Reproduction

On the latest Automatic1111 stable-diffusion-webui, try to send a qr to controlnet

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
    Memory: 10.75 GB / 31.81 GB
  Binaries:
    Node: 15.8.0 - ~\scoop\apps\nodejs\current\node.EXE
    Yarn: 1.22.5 - ~\scoop\apps\yarn\current\Yarn\bin\yarn.CMD
    npm: 8.0.0 - ~\scoop\apps\nodejs\current\bin\npm.CMD
  Browsers:
    Chrome: 124.0.6367.119
    Edge: Chromium (123.0.2420.53)
    Internet Explorer: 11.0.22621.3527

Used Package Manager

npm

Validations

Contributions