John6666 commited on
Commit
582ad1d
·
verified ·
1 Parent(s): e2bdea8

Upload dc.py

Browse files
Files changed (1) hide show
  1. dc.py +1 -1
dc.py CHANGED
@@ -810,7 +810,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
810
  adapter_conditioning_factor = 0.55
811
  xformers_memory_efficient_attention = False
812
  generator_in_cpu = False
813
- retain_task_cache = True
814
  load_lora_cpu = False
815
  verbose_info = False
816
 
 
810
  adapter_conditioning_factor = 0.55
811
  xformers_memory_efficient_attention = False
812
  generator_in_cpu = False
813
+ retain_task_cache = False
814
  load_lora_cpu = False
815
  verbose_info = False
816