Why does comfy handle input as a single folder? #14307
Unanswered
Symbiomatrix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If input were an addtional key in folder_names_and_paths instead of some special directory, any nodes could simply access whatever they wanted with two lines:
Instead, everybody inlines their own access, comfy included:
Why? I see no advantage to this. Prevents multi folder usage which is otherwise well supported. Output / temp is understandable, comfy needs to write to a single location, but afaik nothing vanilla writes to input.
Beta Was this translation helpful? Give feedback.
All reactions