From ae978e621da0e62c29b29958fc4b02afd3521c30 Mon Sep 17 00:00:00 2001 From: hardmaru Date: Fri, 24 Mar 2023 15:04:33 +0900 Subject: [PATCH] Update modelcard.md --- modelcard.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modelcard.md b/modelcard.md index 787f15c..65d65b3 100644 --- a/modelcard.md +++ b/modelcard.md @@ -96,6 +96,9 @@ We currently provide the following checkpoints, for various versions: - `512-base-ema.ckpt`: Fine-tuned on `512-base-ema.ckpt` 2.0 with 220k extra steps taken, with `punsafe=0.98` on the same dataset. - `768-v-ema.ckpt`: Resumed from `768-v-ema.ckpt` 2.0 with an additional 55k steps on the same dataset (`punsafe=0.1`), and then fine-tuned for another 155k extra steps with `punsafe=0.98`. + +SD-unCLIP 2.1 is a finetuned version of Stable Diffusion 2.1, modified to accept (noisy) CLIP image embedding in addition to the text prompt, and can be used to create image variations ([Examples](../assets/stable-samples/stable-unclip/unclip-variations_noise.png)) or can be chained with text-to-image CLIP priors. The amount of noise added to the image embedding can be specified via the `noise_level` (0 means no noise, 1000 full noise). + ### Version 2.0 - `512-base-ema.ckpt`: 550k steps at resolution `256x256` on a subset of [LAION-5B](https://laion.ai/blog/laion-5b/) filtered for explicit pornographic material, using the [LAION-NSFW classifier](https://github.com/LAION-AI/CLIP-based-NSFW-Detector) with `punsafe=0.1` and an [aesthetic score](https://github.com/christophschuhmann/improved-aesthetic-predictor) >= `4.5`.