Fix ELLA timesteps - #25
Conversation
|
Just tested it and this is so much better |
|
Tested a ton, this makes ELLA behave as expected, thanks @kijai! |
|
Timestep-Aware Semantic Connector (TSC) is key contributions in our parper. It dynamically adapts semantics features over sampling time steps. This is also the reason why we opened an other ComfyUI-ELLA plugin repository. But I haven’t noticed that comfyui has a |
If you think it's better, sure of course. I've used this way quite a bit now and seems to work good, but I'm not that experienced to know which way is better in the end. |
|
@JettHu There is the |
I think it's more elegant than our current implementation. And it seems has better compatibility with the comfyui ecosystem. |
I have been comparing the results from this implementation to the diffusers implementation, and it's not on par. In diffusers ELLA is applied on each timestep, with the actual timestep value. Applying single sigma value in comfy doesn't produce the same results.
Now I don't know if this is a proper way to do it in Comfy, but it is giving far better results:
