ogkalu2 / Sketch-Guided-Stable-Diffusion

Unofficial Implementation of the Google Paper - https://sketch-guided-diffusion.github.io/
MIT License
65 stars 5 forks source link

LGP Inference #3

Open jh27kim opened 1 year ago

jh27kim commented 1 year ago

Thanks for posting an amazing implementation.

I managed to train the LGP model, but having trouble in inferance, where we are supposed to guide reverse process of diffusion model using the gradient of the LGP.

Could you please provide the complete inferance code ? Or at least some crude outlines ?

ogkalu2 commented 1 year ago

Hi. Sorry i haven't written code for inference yet. I've tried but it doesn't seem to get the results you would expect even though the LGP itself is working.

jh27kim commented 1 year ago

I have been trying to implement it by myself. I will PR when its completed

eggplant95 commented 6 months ago

I have been trying to implement it by myself. I will PR when its completed

Hi, have you implemented this project?