AIFSH / OmniGen-ComfyUI

MIT License
147 stars 17 forks source link

missing PromptTextNode #9

Open AI421 opened 2 weeks ago

AI421 commented 2 weeks ago

PromptTextNode not found

dirkson commented 2 weeks ago

I am also having this issue. I can't feed in any "normal" string nodes from other modules, and I can't tell where this PromptTextNode is supposed to be coming from.

dirkson commented 2 weeks ago

Ah. As per a commend on a PR, the missing node is here: https://github.com/AIFSH/UtilNodes-ComfyUI

Installing it, it does seem to work.

benjiyaya commented 2 weeks ago

Hi , I forked it and fixed. https://github.com/benjiyaya/OmniGen-ComfyUI/

gogdodog commented 2 weeks ago

for my, 'pip install git+https://github.com/huggingface/transformers -U'

adamreading commented 2 weeks ago

Hi , I forked it and fixed. https://github.com/benjiyaya/OmniGen-ComfyUI/

Thanks for that - loading yours now - can i ask if it also addresses the fact that it reloads the model every generation? For me using the app version in the same cloud GPU it runs in 30 seconds and 130-180 on comfyui - the only difference seems to be dropping the model out of vram somehow…

PrometheusDante commented 1 week ago

The CR Text node from the Comfyroll pack works as well when connected directly, but not when sending its signal via anything everywhere nodes

TanvirHafiz commented 1 week ago

Hi , I forked it and fixed. https://github.com/benjiyaya/OmniGen-ComfyUI/

@benjiyaya i used your repo, still getting this image

saftle commented 5 days ago

I just made a PR that no longer requires the prompt_text node https://github.com/AIFSH/OmniGen-ComfyUI/pull/22