AIFSH / OmniGen-ComfyUI

MIT License
160 stars 19 forks source link

Missing Node Types: OmniGenNode #14

Open b5071 opened 2 weeks ago

b5071 commented 2 weeks ago

Each time I try to open either of the workflow .pngs I get this error:

Missing Node Types: OmniGenNode

I have the OmniGen-ComfyUI-main folder in /custom_nodes

When running ComfyUI, I get the error: (IMPORT FAILED): (folder path)\ComfyUI\custom_nodes\OmniGen-ComfyUI-main

I have tried installing the requirements.txt using pip install -r to both the main system as well as the embedded python.exe at \python_embeded

Is there something I am doing wrong?

PS - What is the correct location for model.safetensors? I have it in models/checkpoints

Zonda90 commented 2 weeks ago

same issue, running on runpod instance.

1139995 commented 2 weeks ago

same issue

sassansa commented 2 weeks ago

same!!

tpcdaz commented 2 weeks ago

Same issue here. Just import failed every single time

fROSTYgLOVES commented 2 weeks ago

i cant seem to find the req "prompt_text" node. Was supposedly called "prompttextnode" here on github. anyone know whats up ?

ndparissos commented 2 weeks ago

Same issue here. import fails

TanvirHafiz commented 2 weeks ago

such a big issue and there is no suppert here image

Tivadar888 commented 1 week ago

same issue

yard2010 commented 1 week ago

Apparently RunPod uses old versions. I used pip install --upgrade torch torchvision torchaudio xformers to upgrade torch and pip install git+https://github.com/huggingface/transformers -U to upgrade transformers and it worked.

ABIA2024 commented 1 week ago

i, a which repertory please yard2010? I ha ve the same problem

theboord commented 1 week ago

anyone get this figured out? I tried what yard2010 did but no luck. I'm using the aitrepreneur/comfyui:2.3.5 template

saftle commented 1 week ago

I just made a PR that now longer requires the Prompt Text Node https://github.com/AIFSH/OmniGen-ComfyUI/pull/22