feat: add config and option for uov prompt type

This commit is contained in:
Manuel Schmid
2024-06-24 21:21:11 +02:00
parent 9f9fcfa7ad
commit 00a27e7400
4 changed files with 30 additions and 7 deletions
+4
View File
@@ -21,6 +21,10 @@ enhancement_uov_processing_order = [
(enhancement_uov_after_label, enhancement_uov_after)
]
enhancement_uov_prompt_type_original = 'Original Prompts'
enhancement_uov_prompt_type_last = 'Last Filled Enhancement Prompts'
enhancement_uov_prompt_types = [enhancement_uov_prompt_type_original, enhancement_uov_prompt_type_last]
CIVITAI_NO_KARRAS = ["euler", "euler_ancestral", "heun", "dpm_fast", "dpm_adaptive", "ddim", "uni_pc"]
# fooocus: a1111 (Civitai)