Spaces:
Running
on
Zero
Running
on
Zero
Upload dc.py
Browse files
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 =
|
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 |
|