Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diffusion clip #2485

Open
bbecausereasonss opened this issue Oct 13, 2022 · 3 comments
Open

Diffusion clip #2485

bbecausereasonss opened this issue Oct 13, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@bbecausereasonss
Copy link

Have you guys seen this?

This repo includes the official PyTorch implementation of DiffusionCLIP, Text-Guided Diffusion Models for Robust Image Manipulation. DiffusionCLIP resolves the critical issues in zero-shot manipulation with the following contributions.

We revealed that diffusion model is well suited for image manipulation thanks to its nearly perfect inversion capability, which is an important advantage over GAN-based models and hadn't been analyzed in depth before our detailed comparison.
Our novel sampling strategies for fine-tuning can preserve perfect reconstruction at increased speed.
In terms of empirical results, our method enables accurate in- and out-of-domain manipulation, minimizes unintended changes, and significantly outperformes SOTA baselines.
Our method takes another step towards general application by manipulating images from a widely varying ImageNet dataset.
Finally, our zero-shot translation between unseen domains and multi-attribute transfer can effectively reduce manual intervention.
The training process is illustrated in the following figure. Once the diffusion model is fine-tuned, any image from the pretrained domain can be manipulated into the corresponding to the target text without re-training:

https://github.com/gwang-kim/DiffusionCLIP

@jpollard-cs
Copy link

sorry I know this isn't a productive comment, but the way you started this issue reminded me of timmy south park

@jpollard-cs
Copy link

but seriously - a more helpful answer.. have you tried this? https://huggingface.co/gwang-kim/DiffusionCLIP-LSUN_Bedroom

I'll give it a shot and report back

@jpollard-cs
Copy link

nope not compatible - perhaps that was obvious, but I'm new 'round here

@mezotaken mezotaken added the enhancement New feature or request label Jan 12, 2023
Atry pushed a commit to Atry/stable-diffusion-webui that referenced this issue Jul 11, 2024
* 🐛 Fix outpaint

* 🐛 Fix lama outpaint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants