From ef4545a7c9e3b2244eaa992980d9568b28a5b44e Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 2 Dec 2022 21:43:15 +0000 Subject: [PATCH] correct regression in loading of PaperCut and VoxelArt models This corrects a regression in loading of these models due to a change of the embedding_manager parameter `num_vectors_per_token` Fixes #1718 --- configs/stable-diffusion/v1-inference.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stable-diffusion/v1-inference.yaml b/configs/stable-diffusion/v1-inference.yaml index ca1ae1e35d9..d872404f2c6 100644 --- a/configs/stable-diffusion/v1-inference.yaml +++ b/configs/stable-diffusion/v1-inference.yaml @@ -32,7 +32,7 @@ model: placeholder_strings: ["*"] initializer_words: ['sculpture'] per_image_tokens: false - num_vectors_per_token: 8 + num_vectors_per_token: 1 progressive_words: False unet_config: