mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
fix animatediff initial run
This commit is contained in:
@@ -257,7 +257,7 @@ class Script(scripts.Script):
|
||||
p.task_args['output_type'] = 'np'
|
||||
shared.log.debug(f'AnimateDiff args: {p.task_args}')
|
||||
set_prompt(p)
|
||||
orig_prompt_attention = shared.opts.data['prompt_attention']
|
||||
orig_prompt_attention = shared.opts.prompt_attention
|
||||
shared.opts.data['prompt_attention'] = 'Fixed attention'
|
||||
processed: processing.Processed = processing.process_images(p) # runs processing using main loop
|
||||
shared.opts.data['prompt_attention'] = orig_prompt_attention
|
||||
|
||||
Reference in New Issue
Block a user