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
This commit is contained in:
Lincoln Stein 2022-12-05 13:04:34 -05:00 committed by GitHub
parent 0cc01143d8
commit 44a0055571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ model:
placeholder_strings: ["*"] placeholder_strings: ["*"]
initializer_words: ['sculpture'] initializer_words: ['sculpture']
per_image_tokens: false per_image_tokens: false
num_vectors_per_token: 8 num_vectors_per_token: 1
progressive_words: False progressive_words: False
unet_config: unet_config: