rohitgandikota / erasing

Erasing Concepts from Diffusion Models
https://erasing.baulab.info
MIT License
523 stars 35 forks source link

Sharing my work: Extended your technique for additional model operations #4

Open ntc-ai opened 1 year ago

ntc-ai commented 1 year ago

Hi,

I wanted to share that I've extended your technique to perform other operations on models, such as enhance, replace, freeze, write to unconditional, and more. I've been releasing models based on these modifications here:

https://civitai.com/user/ntc Repo: https://github.com/ntc-ai/conceptmod

image

Feel free to use any of this however you see fit or let me know if you have any suggestions or feedback. I'm not reporting an issue or requesting a feature, just wanted to share my work based on your project. Amazing work, by the way!

rohitgandikota commented 1 year ago

This is so cool! It would be great if you could share some results too!

Thanks

arlegotin commented 1 year ago

Hey @ntc-ai,

awesome fork; I've been playing around with it, but I'm a bit confused about some changes you made compared to the original repo.

You changed the start_guidance sign in docs while added a minus sign when calling quick_sample_till_t for the -- rule. Now I'm not sure if I should use a positive or negative start_guidance when training with the -- rule. Can you shed some light on this?

Thanks!