TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

ComfyUI supports masking and scheduling of LoRA and model weights

5 点作者 robinjhuang6 个月前

2 条评论

robinjhuang6 个月前
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.
pestatije6 个月前
LoRA - Low-Rank Adaptation. A technique for efficiently finetuning machine learning models