jhj0517
jhj0517
Hi , this error appears to be related to [whisper #514](https://github.com/openai/whisper/discussions/514) , So I recommend trying this [solution](https://github.com/openai/whisper/discussions/487#discussioncomment-4090095) but you need to do this while the virtual environment (venv) is...
Just stating related issue here: - #1918
Hi. Just like #5, this is the bug related to the installation of pytoshop, which is a dependency of this extension. For some reason packbits is problematic in some users,...
@silverfr0st Unfortunately some packages are problematic in some environments when installed programmatically when starting webui. `pytoshop` is problematic when installed programmatically. To fix this, you need to manually activate venv...
@silverfr0st Can you try again with these commands? (While activating the venv) ``` pip uninstall -y pytoshop pip uninstall -y packbits pip install pytoshop --no-cache-dir pip install packbits --no-cache-dir ```...
Thanks. Fixed requirements in #26. If anyone still face the error, please re-open.
Hi @calonye. This looks like bug related with gradio. since gradio has major updates recently, the old version of gradio became problematic in several project, which I've also experienced in...
Hi @Ominai, @TijuanaKez. Thanks for pointing this out. I've fixed this in #18 to react on path in different OS. So this shouldn't happen anymore. If it happens again, please...
Fixed requirements in #26. If anyone still face the error, please re-open.
It's strange because it should have appeared fine. Did you click on 'Apply and restart UI' after installation? Or, Do you use latest version of SD WebUI? this extension was...