-
Notifications
You must be signed in to change notification settings - Fork 857
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
error installing today #618
Comments
hi @You-Cun , Please take a look at this when you get a chance. |
I am having the same issue. |
Same issue. Windows 10, RTX 3090 24GB
You can overcome this and the following ModuleNotFoundError by installing the missing modules: PS C:\automatic1111\venv\Scripts> .\activate.ps1 But after doing that, you'll run into this error:
|
I hace the same error |
same error. don't know how to fix it... |
*** Error executing callback ui_tabs_callback for C:\Users\jessi\Desktop\SD Forge\webui\extensions\facechain\scripts\facechain_sdwebui.py
Traceback (most recent call last):
File "C:\Users\jessi\Desktop\SD Forge\webui\modules\script_callbacks.py", line 283, in ui_tabs_callback
res += c.callback() or []
File "C:\Users\jessi\Desktop\SD Forge\webui\extensions\facechain\scripts\facechain_sdwebui.py", line 15, in on_ui_tabs
import app
File "C:\Users\jessi\Desktop\SD Forge\webui\extensions\facechain\app.py", line 16, in
from facechain.inference_fact import GenPortrait
File "C:\Users\jessi\Desktop\SD Forge\webui\extensions\facechain\facechain\inference_fact.py", line 20, in
from modelscope.pipelines import pipeline
File "C:\Users\jessi\Desktop\SD Forge\webui\venv\lib\site-packages\modelscope\pipelines_init_.py", line 4, in
from .base import Pipeline
File "C:\Users\jessi\Desktop\SD Forge\webui\venv\lib\site-packages\modelscope\pipelines\base.py", line 16, in
from modelscope.msdatasets import MsDataset
File "C:\Users\jessi\Desktop\SD Forge\webui\venv\lib\site-packages\modelscope\msdatasets_init_.py", line 2, in
from modelscope.msdatasets.ms_dataset import MsDataset
File "C:\Users\jessi\Desktop\SD Forge\webui\venv\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: