Proper rehauls to the internals with careful attention to detail. #8783
AbstractEyes
started this conversation in
Polls
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.
-
Problem zones.
The internals of ComfyUI serve a serious purpose, and have many many TECH DEBTS and problems that cause expansion of those sections to be very difficult. I have identified at least 12 points of pain that can be streamlined, many code-ends eliminated, and many elements expanded to introduce new avenues of additional configuration with less effort.
My core principle is to enable MORE open-ended capability, not less. I want systems to function more robustly and more solidly. Professionalism and compartmentalization is a pain in the ass to maintain and often creates worse problems, however if this is handled carefully and with enough attention to detail - the core system can withstand a large flurry of changes, ranging from simple topical changes, to the entire core structure of the way we communicate to AI.
Rolling out big changes overnight is possible with a robust and carefully oriented structure.
Developer to developer, developer to user, user to user; I want this to be more user and developer friendly.
First things first; Rehauls. I'm already targeting the internals of Conditioning and Clip model management.
The loaders suffer from overuse and the funnel shows wear and tear, not to mention it has no legitimate filtration other than EVERYTHING GOES IN THE MODEL FOLDER. Which is fine, when there's I dunno 10-20 of them. Well, I've got a few hundred so the problems start to mount really quickly. Not to mention THOUSANDS of loras.
So what do you think, which should I do FIRST!?
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions