feat: bump version, add links to documentation

This commit is contained in:
Manuel Schmid 2024-06-23 18:48:21 +02:00
parent 25f4484c79
commit fe1e4ce4e5
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
version = '2.5.0-rc1 (mashb1t)'
version = '2.5.0-rc4 (mashb1t)'

View File

@ -361,7 +361,7 @@ with shared.gradio_root:
info='Before is slower (larger area to enhance), but might enhance the overall image quality, whereas after is faster but may apply changes to the image which were already fixed by enhance. Use after when enhancing large areas.',
choices=flags.enhancement_uov_processing_order,
value=modules.config.enhance_uov_processing_order)
# gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/390" target="_blank">\U0001F4D4 Document</a>')
gr.HTML('<a href="https://github.com/mashb1t/Fooocus/discussions/42" target="_blank">\U0001F4D4 Document</a>')
enhance_ctrls = []
for index in range(modules.config.default_enhance_tabs):
with gr.TabItem(label=f'#{index + 1}') as enhance_tab_item:
@ -451,6 +451,8 @@ with shared.gradio_root:
'(default is 0, always processed before any mask invert)')
enhance_mask_invert = gr.Checkbox(label='Invert Mask', value=False)
gr.HTML('<a href="https://github.com/mashb1t/Fooocus/discussions/42" target="_blank">\U0001F4D4 Document</a>')
enhance_ctrls += [
enhance_enabled,
enhance_mask_dino_prompt_text,