Errors installing
I've been trying to install MagicQuill for weeks. First tried the ComfiUI version. Fail to load Custom Node. I had Gemini help trouble shoot. Found and fixed a LOT of problems but after each fix, I still got a "Custom Node Failed to load" error. Then I tried the Gradio version. Again, Error after error.
Starting up MagicQuill now, here is my latest error.
(MagicQuill) PS E:\AI\MagicQuill> python gradio_run.py
Traceback (most recent call last):
File "E:\AI\MagicQuill\gradio_run.py", line 16, in
from MagicQuill.llava_new import LLaVAModel
File "E:\AI\MagicQuill\MagicQuill\llava_new.py", line 10, in
from llava.conversation import conv_templates, SeparatorStyle
ModuleNotFoundError: No module named 'llava'
(MagicQuill) PS E:\AI\MagicQuill>
You should clone the repo with flag '--recursive'