TencentARC/T2I-Adapter

question about img2img

syyxsxx opened this issue · 2 comments

请问T2I-Adapter支持img2img + sdxl + cannyAdapter吗?
后续有机会做成diffusers的pipeline吗?

MC-E commented

现在的版本是基于SDXL的diffusers实现,每种条件的教程在HF上有提供,以lineart为例:https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0

现在的版本是基于SDXL的diffusers实现,每种条件的教程在HF上有提供,以lineart为例:https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0

@MC-E 您好,能加一个带img2img的pipeline吗?类似这种
我尝试在latents里面加了image的信息,但是在add_noise函数后latents的shape就不对了