AITemplate icon indicating copy to clipboard operation
AITemplate copied to clipboard

Compile Diffusers Community Pipelines

Open djj0s3 opened this issue 1 year ago • 1 comments

I'm struggling to find a way to utilize AIT for a diffusers community pipeline, ex: https://github.com/huggingface/diffusers/blob/main/examples/community/stable_diffusion_controlnet_reference.py

I've compiled the base model but when I pass custom_pipeline into AITPipeline it seems to not utilize the compiled model. Would love any guidance!

djj0s3 avatar Aug 02 '23 03:08 djj0s3

Have you solved this problem? I also have a similar requirement recently for "img2img+inpaint+controlnet".

DESEOUMAIGA avatar Oct 15 '23 12:10 DESEOUMAIGA