mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
fix key name
This commit is contained in:
@@ -434,7 +434,7 @@ def main():
|
||||
|
||||
batch = {
|
||||
"instance_images": instance_images,
|
||||
"input_ids": instance_prompt_ids,
|
||||
"instance_prompt_ids": instance_prompt_ids,
|
||||
}
|
||||
|
||||
if args.with_prior_preservation:
|
||||
|
||||
Reference in New Issue
Block a user