mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
refactor: rename enhancement uov flag prompt last to last filled
This commit is contained in:
@@ -1387,7 +1387,7 @@ def worker():
|
|||||||
use_synthetic_refiner, width)
|
use_synthetic_refiner, width)
|
||||||
|
|
||||||
if (should_process_enhance_uov and async_task.enhance_uov_processing_order == flags.enhancement_uov_after
|
if (should_process_enhance_uov and async_task.enhance_uov_processing_order == flags.enhancement_uov_after
|
||||||
and async_task.enhance_uov_prompt_type == flags.enhancement_uov_prompt_type_last):
|
and async_task.enhance_uov_prompt_type == flags.enhancement_uov_prompt_type_last_filled):
|
||||||
if enhance_prompt_processed != '':
|
if enhance_prompt_processed != '':
|
||||||
last_enhance_prompt = enhance_prompt_processed
|
last_enhance_prompt = enhance_prompt_processed
|
||||||
if enhance_negative_prompt_processed != '':
|
if enhance_negative_prompt_processed != '':
|
||||||
|
|||||||
+2
-2
@@ -15,8 +15,8 @@ enhancement_uov_after = "After Last Enhancement"
|
|||||||
enhancement_uov_processing_order = [enhancement_uov_before, enhancement_uov_after]
|
enhancement_uov_processing_order = [enhancement_uov_before, enhancement_uov_after]
|
||||||
|
|
||||||
enhancement_uov_prompt_type_original = 'Original Prompts'
|
enhancement_uov_prompt_type_original = 'Original Prompts'
|
||||||
enhancement_uov_prompt_type_last = 'Last Filled Enhancement Prompts'
|
enhancement_uov_prompt_type_last_filled = 'Last Filled Enhancement Prompts'
|
||||||
enhancement_uov_prompt_types = [enhancement_uov_prompt_type_original, enhancement_uov_prompt_type_last]
|
enhancement_uov_prompt_types = [enhancement_uov_prompt_type_original, enhancement_uov_prompt_type_last_filled]
|
||||||
|
|
||||||
CIVITAI_NO_KARRAS = ["euler", "euler_ancestral", "heun", "dpm_fast", "dpm_adaptive", "ddim", "uni_pc"]
|
CIVITAI_NO_KARRAS = ["euler", "euler_ancestral", "heun", "dpm_fast", "dpm_adaptive", "ddim", "uni_pc"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user