mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge branch 'feature/add-prompt-translate'
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
"Image Number": "Image Number",
|
"Image Number": "Image Number",
|
||||||
"Negative Prompt": "Negative Prompt",
|
"Negative Prompt": "Negative Prompt",
|
||||||
"Describing what you do not want to see.": "Describing what you do not want to see.",
|
"Describing what you do not want to see.": "Describing what you do not want to see.",
|
||||||
|
"Uses the internet to translate prompts to English.": "Uses the internet to translate prompts to English.",
|
||||||
"Random": "Random",
|
"Random": "Random",
|
||||||
"Seed": "Seed",
|
"Seed": "Seed",
|
||||||
"\ud83d\udcda History Log": "\uD83D\uDCDA History Log",
|
"\ud83d\udcda History Log": "\uD83D\uDCDA History Log",
|
||||||
|
|||||||
@@ -244,7 +244,7 @@ with shared.gradio_root:
|
|||||||
elem_id='negative_prompt',
|
elem_id='negative_prompt',
|
||||||
value=modules.config.default_prompt_negative)
|
value=modules.config.default_prompt_negative)
|
||||||
translate_prompts = gr.Checkbox(label='Translate Prompts',
|
translate_prompts = gr.Checkbox(label='Translate Prompts',
|
||||||
info='Uses the internet to translate prompts to English',
|
info='Uses the internet to translate prompts to English.',
|
||||||
value=False)
|
value=False)
|
||||||
seed_random = gr.Checkbox(label='Random', value=True)
|
seed_random = gr.Checkbox(label='Random', value=True)
|
||||||
image_seed = gr.Textbox(label='Seed', value=0, max_lines=1, visible=False) # workaround for https://github.com/gradio-app/gradio/issues/5354
|
image_seed = gr.Textbox(label='Seed', value=0, max_lines=1, visible=False) # workaround for https://github.com/gradio-app/gradio/issues/5354
|
||||||
|
|||||||
Reference in New Issue
Block a user