LucianoCirino/efficiency-nodes-comfyui

Would it be possible to create a node that packs/unpack dependencies?

stephantual opened this issue · 0 comments

USE CASE
User would like to test different LORAs clip strengh vs model strenght.
... BUT User uses their own workflow and loader becaues it's linked to a workflow that took 3 weeks to build.

PROBLEM:

    • XY graph won't start unless fed dependencies.
    • It is not possible to consistantly obtain said dependencies due to them being created at the loader level.
  1. User is no able to provide those because of said existing workflow (custom prompting loops, etc) and manual generation is impossible given the large amount of data it requires.

OUTCOME:
User can either:

  1. Use efficiency nodes ONLY when there's a need for the graphs that don't require dependencies, making the workflow so complex in branching (even using R3 nodes) that it's error prone
  2. Use separate workflow pages for certain kinds of testing, but loses deterministic output (because the CLIP_L/CLIP_G magic happens inside the loader they don't use elsewhere).

In simpler words, efficiency nodes provides bar-none the BEST XY solution at the moment because it's able to overide things like Seeds defined earlier in the workflow, but the user is completely bound to the loader for most (but not all) XY graphs. for example i am able to do seed graphs, cfg graphs because those do not require dependancies.

Thank you for considering this. I appreciate it.