I made a LoRA loader that schedules strength against the exact SIGMAS tensor used by the sampler. The main feature is explicit mode. Instead of relying on a start/end percentage or a preset curve, you enter one strength for every model-call sigma:
eg. sigmas:
1.0000, 0.9567, 0.9045, 0.8403, 0.7595, 0.6546, 0.5128, 0.3109, 0.0000explicit_strengths example (obv this is not a recommended set this is just a demo of the node's capability) :
0.75, 0.75, 0.75, 0.75, 1.20, 1.40, 1.20, 1.30The terminal zero is not a model call, so nine sigma values require eight strengths.
This makes it possible to increase, reduce, or maintain LoRA influence at specific parts of a custom schedule instead of applying one strength across the entire generation. Intermediate sampler evaluations are interpolated in sigma space.
The node also includes linear, cosine, smoothstep, and power curves when exact manual control is unnecessary. It does not merge the LoRA into the base weights and does not modify the supplied sigma schedule. Developed initially for my refusal reduction lora for Krea2 as I noticed one universal strength was not cutting it for me, but the loader itself is not Krea-specific; compatibility depends on ComfyUI recognizing the model's LoRA keys.
GitHub: https://github.com/capitan01R/ComfyUI-SigmaSync-LoRA
Description
v 1.0.0
FAQ
Comments (9)
非常好,可否给一些对比预览图,非常想知道效果是什么样的❤
thank you, will try to provide that later
How would i use this if I want to use multiple loras at once? (a character lora, a NSFW helper lora, refusal reduction lora etc.)
I would assume you just chain the lora like normal. use this only when you want to control a specific lora(the lora selected in the node) to vary the strength throughout the generation.
same way you would chain it with other lora loaders.
would it be possible to create workflow json for the images in the tutorial so it wuold be easy to copy paste? Maybe it is there and I dont understand :D
does it support svdquant?
I can never get the two characters' genitals to intersect ; once their parts touch, the image starts backing away from each other, and at most allows only outer contact. Does anyone know how to fix this?
I installed the sigmasync lora via the comfyui manager. it says 'installed', i have the node but cannot select inside the node the actual lora name itself (sigmasync)......
-edit: think I got the idea: I can choose ANY LoRa from my list and your SigmaSync node will "boost" my choosen LoRa. Right?

