rvion

Results 113 comments of rvion

indeed, nothing about CI, I made a shortcut in my mind, sorry, but it doesnt change much IMO. You redirected me to #2068 : in #2068 , I read in...

It already somewhat works. in ComfyUI prompts, Ids can be whatever string you want. and can include the node name if you want. in https://github.com/rvion/CushyStudio , I have various ID...

you can also look at https://github.com/rvion/CushyStudio It is probably the biggest custom frontend around. I maintain the most comprehensive set of typings possible, along a higher level type-safe typescript ComfyUI...

Cushy also includes higher level API / typings for comfy manager, and host management too, (and other non-comfy things that works well with ComfyUI, like a full programmatic image building...

In https://github.com/rvion/CushyStudio, I found ways around pretty much everything you mentioned (and way more) by redoing the whole frontend, and beeing in control of more things. it also feature a...

In https://github.com/rvion/CushyStudio, this is pretty much solved using various . I can have multiple prompts in parallel, on multiple hosts and track their relative completion, or dispatch missing images to...

> Can you prepare some benchmarks so we know how much slower this solution is? If its fast enough, I dont mind doing this by default, but it would have...

@B4nan the perf impact is massive for my use-case, if used everywhere ! 🔴 this should not be merged as is 😨 👉 One big problem is that registering managed...

> Maybe for your use case, the go to way shouldn't be replacing references, but object mutation instead and there you can't just compare references. yeah, especially since it's impossible...