Salvador E. Tropea
Salvador E. Tropea
Ok, things getting worst for frontend 1.15.0 reroute nodes make the workflow load fail. The JS code is line 301 column 87 of reroute.js, the type property doesn't exist. The...
> > Ok, things getting worst for frontend 1.15.0 reroute nodes make the workflow load fail. The JS code is line 301 column 87 of reroute.js, the type property doesn't...
Just a note: to avoid the crash when loading a workflow using rgthree reroute I applied the following patch: ```diff diff --git a/web/comfyui/reroute.js b/web/comfyui/reroute.js index 316b64f..49583a7 100644 --- a/web/comfyui/reroute.js +++...
> > I understand it, the problem is the change in the structures, the `type` removed. > > [@set-soft](https://github.com/set-soft) are you able to upload a workflow that is failing, so...
> > using them as "i/o ports" for node groups > > [@set-soft](https://github.com/set-soft) To my eyes, the simplest solution here would be to just have a node that does this....
I played a little bit with the code: 1. I found you can use other MDX-Net models, found various here: https://huggingface.co/seanghay/uvr_models/tree/main 2. I also found that is much better to...
Just in case you are interested, here is my fork: https://github.com/set-soft/ComfyUI-DeepExtract
You'll find a Debian package for KiKit (named kikit) here: https://github.com/set-soft/debian
Why is the data downloaded every time? I think it should avoid downloading the same data over and over. Like a browser does with webpages: first check if the file...
> This structure is currently being changed, and soon it will no longer rely on caching. Instead, it will fetch only the necessary data directly from the registry as needed....