finegrain-ai / refiners

A microframework on top of PyTorch with first-class citizen APIs for foundation model adaptation
https://refine.rs
MIT License
584 stars 43 forks source link

Add scale_decay parameter to ControlNet #379

Closed limiteinductive closed 2 months ago

limiteinductive commented 2 months ago

Add the option of setting a scale decay inside the ControlNet scales. This corresponds to the "Prompt is more important" Control Mode of sd-webui-controlnet plugin

See also the so-called "Guess Mode" in the official ControlNet demos which uses such scales.