[Question] Install/repair module manually in stable-diffusion-webui-forge #2085
Unanswered
andreiramani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I try to install deoldify extension, but some of python package is missing.
Is it possible to install package manually in stable-diffusion-webui-forge ?
How do I activate stable-diffusion-webui-forge python environment folder?
--- example of error message ---
File "E:\gpt\sforge\webui\extensions\sd-webui-deoldify\fastai\imports\core.py", line 24, in
from fastprogress.fastprogress import MasterBar, ProgressBar
ModuleNotFoundError: No module named 'fastprogress'
Already try to gracefully terminated stable-diffusion-webui-forge, and run: pip install fastprogress
but still give me error:
Fatal error in launcher: Unable to create process using '"D:\webui-forge\system\python\python.exe" "E:\gpt\sforge\system\python\Scripts\pip.exe" install fastprogress': The system cannot find the file specified.
Beta Was this translation helpful? Give feedback.
All reactions