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

Add embeddings for cifar100 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This is author's reimplementation of "Zero-shot Image-to-Image Translation" using the diffusers library. <br>
The results in the paper are based on the [CompVis](https://github.com/CompVis/stable-diffusion) library, which will be released later.


**[New!]** GPT-3.5 based embeddings for all classes in CIFAR100 released! <br>
**[New!]** Demo with ability to generate custom directions released on Hugging Face! <br>
**[New!]** Code for editing real and synthetic images released!

Expand Down Expand Up @@ -171,7 +171,7 @@ reference cross-attention maps.
--output_folder assets/embeddings_sd_1.4
```
- After running the above command, you can set the flag `--task apple2orange` for the new edit.

- Check https://github.com/rahulvigneswaran/pix2pix-zero-directions for embeddings of 100 classes in CIFAR100.


## Comparison
Expand Down