LukeDitria / Pytorch_Diffusion

Simple General Purpose Pytorch Implementation of Cold Diffusion
MIT License
1 stars 0 forks source link

How could I use this to implement the deblur process described in the paper 'Cold Diffusion?' #1

Open thePOET8 opened 8 months ago

thePOET8 commented 8 months ago

Could I just put the dataset in it and just run it?

LukeDitria commented 8 months ago

Hi, I only have this implemented for de-nosing at the moment. I recommend having a look at the official cold diffusion code for de-blurring Cold Diffusion

Let me know if you still want me to see an implementation here.

thePOET8 commented 8 months ago

Hi, first of all thank you very much for your code, it's very useful and it would be really appreciated to see your implementation here!

LukeDitria commented 8 months ago

Sure, I'll put it on my to do list, but it might take me a while to get around to it.

thePOET8 commented 7 months ago

Hi, maybe this is a stupid question, can I apply the cold_diffuse function here to the current stable diffusion framework, and if not, what's the approximate modification idea? Thanks again.

LukeDitria commented 7 months ago

I haven't really looked into it but you should be able to with de-noising. If you want to do de-blurring you will need to train on that.