JettHu
JettHu
Solved after upgrading to torch 2.3.0.
hi, I wanted to kindly ask if you might have a moment to review the pull request I've submitted. [latest news](https://github.com/HaozheLiu-ST/T-GATE?tab=readme-ov-file#-updates): TGATE [v0.1.1] is officially added to [diffusers](https://huggingface.co/docs/diffusers/main/en/optimization/tgate).
Is it a good design that to include attn1_patch and attn1_output_patch in the new replace hook function
I adjusted the implementation. - Change the `model_options["sampler_cfg_rescaler"]` calling parameters to `{"cond_scale": cond_scale, "sigma": timestep}` - Removed `transformer_function`, and added `attn_function_wrapper` in `ModelPatcher` which like the `def set_model_attn1_replace(self, patch, block_name,...
Hey I adjusted my PR, do you have time to take a look?
Prepare to release another implementation using monkey patch instead
> @JettHu it seems to be just a sampler in this PR, I don't see TCD scheduler included - am I missing something? Sorry, it was my mistake. this PR...
@rabidcopy Do you mind sharing your workflow and comfyui startup parameters? I updated a version to ensure that the indices in sample_tcd are on the cpu.
> From the link you provided: "NOTE: SamplerTCD is a WIP and currently just operates as DDIM with no gamma parameter. Please use SamplerTCD Euler A for the time being."...
> Oh I wasn't talking about your version, yours seems to work fine. I was talking about the dlf version. There are two versions of the comfyui implementation, yours https://github.com/JettHu/ComfyUI-TCD...