radames / Real-Time-Latent-Consistency-Model

App showcasing multiple real-time diffusion models pipelines with Diffusers
https://huggingface.co/spaces/radames/Real-Time-Latent-Consistency-Model
Apache License 2.0
862 stars 101 forks source link

webgui can't start #32

Closed banditsmile closed 10 months ago

banditsmile commented 10 months ago

python run.py --reload --pipeline controlnetLoraSD15

image
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'enumerateDevices')
    at Object.enumerateDevices (2.7386ed29.js:1:39137)
    at HTMLButtonElement.B (2.7386ed29.js:8:2589)
    at scheduler.d303939e.js:1:1497
    at Array.forEach (<anonymous>)
    at HTMLButtonElement.N (scheduler.d303939e.js:1:1484)
    at HTMLButtonElement.l (2.7386ed29.js:1:3003)
radames commented 10 months ago

probably related to browser security

https://github.com/radames/Real-Time-Latent-Consistency-Model/issues/17

banditsmile commented 10 months ago

thank you