CFGpp-diffusion / CFGpp

Official repository for "CFG++: manifold-constrained classifier free guidance for diffusion models"
164 stars 5 forks source link

can this work with diffusers? #2

Closed dfl closed 4 months ago

dfl commented 4 months ago

Can it work with diffusers lib? Will you release example code for that please?

keturn commented 4 months ago

The code in this repo does use diffusers—but only the nn models, not the diffusers Pipeline or Scheduler.

I made some notes brainstorming here: https://github.com/invoke-ai/InvokeAI/issues/6516

dfl commented 4 months ago

thank you! oops, I did not examine close enough -- was on my phone's tiny screen and was looking at examples/text_to_img.py instead of latent_sdxl.py