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
When I selected Kanidinsky-3 and specified Native instead of Diffusers in the options, I got the error "No module named 'skimage'". I had to manually install scikit-image.
In addition, I suggest creating dev_console.bat/.sh files that will activate a virtual environment and allow you to enter pip commands in that environment.
The text was updated successfully, but these errors were encountered:
seruva19
added a commit
to seruva19/kubin-extensions
that referenced
this issue
Mar 1, 2024
Thanks for noting this.
I think the 'kd-bg-remover' extension, which by mistake did not specify 'scikit-image' in requirements.txt, was the problem (should be fixed now). The core app does not require scikit-image (at least I was not able to reproduce this error in fresh install conditions).
When I selected Kanidinsky-3 and specified Native instead of Diffusers in the options, I got the error "No module named 'skimage'". I had to manually install scikit-image.
In addition, I suggest creating dev_console.bat/.sh files that will activate a virtual environment and allow you to enter pip commands in that environment.
The text was updated successfully, but these errors were encountered: