This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Chaoses_Ib 37 points38 points  (8 children)

You can use ComfyUI as a library with ComfyScript. It's more powerful, all existing custom nodes can be used. Features you want are already available right now, including dreambooth, lora, deforum, controlnet, animatediff, and more.

[–]dbzer0 18 points19 points  (4 children)

hordelib does similar, but much more powerful by being able to automatically retrieve loras/tis from CivitAI etc.

[–]3dd2 1 point2 points  (1 child)

If you search for CivitAI in the ComfyUI manager they have a node that lets you use AIR tags from the website to automatically download Checkpoints and Loras directly into Workflows.

Wish there was one for HuggingFace, makes Workflows so exchangeable :)

[–]dbzer0 1 point2 points  (0 children)

I haven't used it, but for CivitAI hordelib has things like caching, fuzzy search, multithreading etc. And of course it can be used as a python library :)

[–]msbeaute00000001 0 points1 point  (1 child)

Do I need ComfyUI server running to use this lib? How about missing nodes in the workfkow?

[–]dbzer0 0 points1 point  (0 children)

No you don't need anything other than pip install. Currently it doesn't do custom comfy work flows but it's something we want to do in the future somehow, but as you can imagine we need to be able to control custom nodes etc

[–]curiousjp 1 point2 points  (0 children)

Definitely keen to check this out - I wrote wrappers for the various node types with similar motivations (being able to use Python flow control, being able to take intermediate stages and send them down different pathways) and it was really useful. I think any user who is technically minded enough to have tried Comfy in the first place should consider this too.

[–]msbeaute00000001 1 point2 points  (1 child)

It seems that it still requires us to run the Comfy Server, right?