-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on ForgeUI v1.10.1 #625
Comments
Have identical issue |
+1 |
hi @You-Cun , Please take a look at this when you get a chance. |
This can be fixed by activating the venv and installing the packages needed: assuming linux source venv/bin/activate
python -m pip install -U oss2 datasets==2.18.0 on windows: .\venv\Scripts\activate
python -m pip install -U oss2 datasets==2.18.0 |
@dot-mike after installing the packages in windows, It's now trying to download everything every time Forge is started with a different error now:
|
You need to install a version of the
I just went through this just an hour ago and this was the fix. |
merge to #623 |
No tab is shown
Error executing callback ui_tabs_callback for C:\Users\madma\Documents\webui_forge_cu121_torch231\webui\extensions\facechain\scripts\facechain_sdwebui.py
Traceback (most recent call last):
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\webui\modules\script_callbacks.py", line 283, in ui_tabs_callback
res += c.callback() or []
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\webui\extensions\facechain\scripts\facechain_sdwebui.py", line 15, in on_ui_tabs
import app
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\webui\extensions\facechain\app.py", line 16, in from facechain.inference_fact import GenPortrait
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\webui\extensions\facechain\facechain\inference_fact.py", line 20, in
from modelscope.pipelines import pipeline
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\system\python\lib\site-packages\modelscope\pipelines_init_.py", line 4, in
from .base import Pipeline
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\system\python\lib\site-packages\modelscope\pipelines\base.py", line 16, in
from modelscope.msdatasets import MsDataset
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\system\python\lib\site-packages\modelscope\msdatasets_init_.py", line 2, in
from modelscope.msdatasets.ms_dataset import MsDataset
File "C:\Users\madma\Documents\webui_forge_cu121_torch231\system\python\lib\site-packages\modelscope\msdatasets\ms_dataset.py", line 9, in
from datasets import Dataset, DatasetDict, IterableDataset, IterableDatasetDict
ModuleNotFoundError: No module named 'datasets'
The text was updated successfully, but these errors were encountered: