-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your environment
- GPU: [mps]
- VRAM: [32GB]
- CPU arch: [arm]
- OS: [macOS]
- Python: [miniconda]
- Branch: [development]
- Commit: [Merge: 3a1003f e6fc8af]
Describe the bug
Pulled latest update to development, get no models.clipseg error when trying to launch invoke.py
To Reproduce
Steps to reproduce the behavior:
- On MPS update to latest development branch
- Run scripts/invoke.py
- Wati for terminal to do it's dance
- See error
(invokeai) MACHINENAME InvokeAI % python3 scripts/invoke.py
- Initializing, be patient...
Traceback (most recent call last):
File "/Users/USERNAME/InvokeAI/scripts/invoke.py", line 708, in
main()
File "/Users/USERNAME/InvokeAI/scripts/invoke.py", line 36, in main
from ldm.generate import Generate
File "/Users/USERNAME/InvokeAI/ldm/generate.py", line 37, in
from ldm.invoke.txt2mask import Txt2Mask, SegmentedGrayscale
File "/Users/USERNAME/InvokeAI/ldm/invoke/txt2mask.py", line 32, in
from models.clipseg import CLIPDensePredT
ModuleNotFoundError: No module named 'models.clipseg'
Expected behavior
invoke.py to work with no clipseg error
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Fortyseven
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working