Skip to content

Commit

Permalink
feat: bump version, add links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mashb1t committed Jun 23, 2024
1 parent 25f4484 commit fe1e4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fooocus_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.5.0-rc1 (mashb1t)'
version = '2.5.0-rc4 (mashb1t)'
4 changes: 3 additions & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def trigger_metadata_preview(filepath):
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:
Expand Down Expand Up @@ -451,6 +451,8 @@ def trigger_metadata_preview(filepath):
'(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,
Expand Down

0 comments on commit fe1e4ce

Please sign in to comment.