You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just cloned the repository and tried to run it but couldn't figure out how to run this.
I thought npm run serve would work at first, but that doesn't seem to be the case. And then I tried multiple npm run build operations in the package.json file but some of them fail with python error, and I couldn't make it work.
after trying some of these commands, running npm run electron:serve does start the electron app, but it then immediately crashes with "Backend quit unexpectedly", and the console says: ModuleNotFoundError: No module named 'omegaconf'
Is there any instruction for building or running this in dev mode? Would appreciate anyone's help, thanks!
The text was updated successfully, but these errors were encountered:
I've run into a similar issue: ModuleNotFoundError: No module named 'cv2'.
I have a feeling these are python packages as it points to a python file /Users/jamesisbell/Downloads/diffusionbee-stable-diffusion-ui-master/electron_app/../stable-diffusion/txt2img.py
There is a readme.md in the /stable-diffusion folder. On quick glance it looks like you may need to install something first.
Hi, I just cloned the repository and tried to run it but couldn't figure out how to run this.
I thought
npm run serve
would work at first, but that doesn't seem to be the case. And then I tried multiplenpm run build
operations in the package.json file but some of them fail with python error, and I couldn't make it work.after trying some of these commands, running
npm run electron:serve
does start the electron app, but it then immediately crashes with "Backend quit unexpectedly", and the console says:ModuleNotFoundError: No module named 'omegaconf'
Is there any instruction for building or running this in dev mode? Would appreciate anyone's help, thanks!
The text was updated successfully, but these errors were encountered: