mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
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:
parent
0cc01143d8
commit
44a0055571
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user