From 88553b6da4a05fe979331bc7ed4ac514c1bdcff6 Mon Sep 17 00:00:00 2001 From: Robin Rombach Date: Thu, 23 Feb 2023 13:04:04 +0100 Subject: [PATCH] readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c01c6f..411c76c 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ new checkpoints. The following list provides an overview of all currently availa *Stable UnCLIP 2.1* - New stable diffusion finetune (_Stable unCLIP 2.1_, [HuggingFace](https://huggingface.co/stabilityai/)) at 768x768 resolution, based on SD2.1-768. This model allows for image variations and mixing operations as described in [*Hierarchical Text-Conditional Image Generation with CLIP Latents*](https://arxiv.org/abs/2204.06125), and, thanks to its modularity, can be combined with other models -such as [KARLO](https://github.com/kakaobrain/karlo). Documentation [here](doc/UNCLIP.MD). Comes in two variants: [*Stable unCLIP-L*](TODO) and [*Stable unCLIP-H*](TODO), which are conditioned on CLIP -ViT-L and ViT-H image embeddings, respectively. - +such as [KARLO](https://github.com/kakaobrain/karlo). Comes in two variants: [*Stable unCLIP-L*](TODO) and [*Stable unCLIP-H*](TODO), which are conditioned on CLIP +ViT-L and ViT-H image embeddings, respectively. Instructions are available [here](doc/UNCLIP.MD). **December 7, 2022**