mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Merge pull request #3436 from lllyasviel/develop
fix: change wrong label for in describe apply styles checkbox
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
"Content Type": "Content Type",
|
"Content Type": "Content Type",
|
||||||
"Photograph": "Photograph",
|
"Photograph": "Photograph",
|
||||||
"Art/Anime": "Art/Anime",
|
"Art/Anime": "Art/Anime",
|
||||||
"Appy Styles": "Appy Styles",
|
"Apply Styles": "Apply Styles",
|
||||||
"Describe this Image into Prompt": "Describe this Image into Prompt",
|
"Describe this Image into Prompt": "Describe this Image into Prompt",
|
||||||
"Image Size and Recommended Size": "Image Size and Recommended Size",
|
"Image Size and Recommended Size": "Image Size and Recommended Size",
|
||||||
"Upscale or Variation:": "Upscale or Variation:",
|
"Upscale or Variation:": "Upscale or Variation:",
|
||||||
|
|||||||
@@ -341,7 +341,7 @@ with shared.gradio_root:
|
|||||||
label='Content Type',
|
label='Content Type',
|
||||||
choices=flags.describe_types,
|
choices=flags.describe_types,
|
||||||
value=modules.config.default_describe_content_type)
|
value=modules.config.default_describe_content_type)
|
||||||
describe_apply_styles = gr.Checkbox(label='Appy Styles', value=modules.config.default_describe_apply_prompts_checkbox)
|
describe_apply_styles = gr.Checkbox(label='Apply Styles', value=modules.config.default_describe_apply_prompts_checkbox)
|
||||||
describe_btn = gr.Button(value='Describe this Image into Prompt')
|
describe_btn = gr.Button(value='Describe this Image into Prompt')
|
||||||
describe_image_size = gr.Textbox(label='Image Size and Recommended Size', elem_id='describe_image_size', visible=False)
|
describe_image_size = gr.Textbox(label='Image Size and Recommended Size', elem_id='describe_image_size', visible=False)
|
||||||
gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/1363" target="_blank">\U0001F4D4 Documentation</a>')
|
gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/1363" target="_blank">\U0001F4D4 Documentation</a>')
|
||||||
|
|||||||
Reference in New Issue
Block a user