TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ComfyUI supports masking and scheduling of LoRA and model weights

5 pointsby robinjhuang5 months ago

2 comments

robinjhuang5 months ago
ComfyUI now natively supports masking and scheduling of LoRA and model weights. This works for all LoRAs and models - as long as the LoRAs and models are not of conflicting architectures. With these features, you can: Apply LoRAs via masks to specific areas of images, or to specific areas of specific frames for video models - loaded via Create Hook LoRA and CreateHook LoRA (MO) nodes. Apply models via masks to specific areas of images, or to specific areas of specific frames for video models - loaded via Create Hook Model as LoRA and Create Hook Model as LoRA (MO) nodes. Schedule LoRA and model strengths for different steps in the sampling process, allowing to mix the style and compositional benefits of separate LoRAs&#x2F;models. Use the Create Hook LoRA&#x2F;Model as LoRA nodes mentioned above for more simple LoRA&#x2F;model mixing without needing to chain model&#x2F;clip inputs and outputs.<p>The update also revamps the ModelPatcher system + adds wrappers&#x2F;callbacks to make the lives of developers easier going forward, but that will be explained in a future blogpost and expanded even further with future updates.
pestatije5 months ago
LoRA - Low-Rank Adaptation. A technique for efficiently finetuning machine learning models