Skip to content

Commit 44a0055

Browse files
authored
correct regression in loading of PaperCut and VoxelArt models (#1730)
This corrects a regression in loading of these models due to a change of the embedding_manager parameter `num_vectors_per_token` Fixes #1718
1 parent 0cc0114 commit 44a0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/stable-diffusion/v1-inference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ model:
3232
placeholder_strings: ["*"]
3333
initializer_words: ['sculpture']
3434
per_image_tokens: false
35-
num_vectors_per_token: 8
35+
num_vectors_per_token: 1
3636
progressive_words: False
3737

3838
unet_config:

0 commit comments

Comments
 (0)