From dd4445e6d4fddbcb01aef6e8edd8153f85419888 Mon Sep 17 00:00:00 2001 From: Rahul Vigneswaran <37276766+rahulvigneswaran@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:01:23 +0530 Subject: [PATCH] Add embeddings for cifasr100 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55d57ee..ed97012 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is author's reimplementation of "Zero-shot Image-to-Image Translation" using the diffusers library.
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!
**[New!]** Demo with ability to generate custom directions released on Hugging Face!
**[New!]** Code for editing real and synthetic images released! @@ -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