fix dynamic node and auto model loader#21
Merged
asomoza merged 7 commits intomore-updatesfrom Feb 2, 2026
Merged
Conversation
asomoza
added a commit
that referenced
this pull request
Feb 5, 2026
* error messages and cleaner signal handling * added wan * wan i2v * fix not updating nodes on restart * fix loaders import * loaders changed * layered * add flux klein * fix for restart server * better error handling in the denoise node * add temp image nodes to work with layered * distilled klein only and prevent multiple registry initializations * grab size from source image for klein * changes from yiyi's pr * added example graphs - temporal? * graphs and load iamge from url * more defaults * remove image encoder loading for now * video save node * image encoder wan hack * fix dynamic node and auto model loader (#21) * fix dynamic node and auto model loader * add simple logic to not reload each time click run * add the dtype workflow for dynamic node, by default not offload * support quant on the fly * add quant config node * fix when auto offload is disabled * fix fix * revert video node changes * updated examples * deleted outputs * change default dynamic repo * more updates * allow model inputs in dynamic node (#22) Co-authored-by: yiyi@huggingface.co <yiyi@ip-26-0-160-103.ec2.internal> --------- Co-authored-by: YiYi Xu <yixu310@gmail.com> Co-authored-by: yiyi@huggingface.co <yiyi@ip-26-0-160-103.ec2.internal>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix dynamic node
fix auto model loader -> you can load quants checkpoint now