Skip to content

Commit 5a1003a

Browse files
committed
docs: update link for enhance documentation
1 parent 5e8110e commit 5a1003a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

update_log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [2.5.0-rc1](https://github.com/lllyasviel/Fooocus/releases/tag/v2.5.0-rc1)
22

3-
* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/mashb1t/Fooocus/discussions/42).
3+
* Add enhance feature, which offers easy image refinement steps (similar to adetailer, but based on dynamic image detection instead of specific mask detection models). See [documentation](https://github.com/lllyasviel/Fooocus/discussions/3281).
44
* Rewrite async worker code, make code much more reusable to allow iterations and improve reusability
55
* Improve GroundingDINO and SAM image masking
66
* Fix inference tensor version counter tracking issue for GroundingDINO after using Enhance (see [discussion](https://github.com/lllyasviel/Fooocus/discussions/3213))

webui.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def trigger_show_image_properties(image):
335335
with gr.Row():
336336
with gr.Column():
337337
enhance_input_image = grh.Image(label='Use with Enhance, skips image generation', source='upload', type='numpy')
338-
gr.HTML('<a href="https://github.com/mashb1t/Fooocus/discussions/42" target="_blank">\U0001F4D4 Document</a>')
338+
gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/3281" target="_blank">\U0001F4D4 Document</a>')
339339

340340
with gr.TabItem(label='Metadata') as metadata_tab:
341341
with gr.Column():
@@ -379,7 +379,7 @@ def trigger_metadata_preview(filepath):
379379
inputs=enhance_uov_processing_order,
380380
outputs=enhance_uov_prompt_type,
381381
queue=False, show_progress=False)
382-
gr.HTML('<a href="https://github.com/mashb1t/Fooocus/discussions/42" target="_blank">\U0001F4D4 Document</a>')
382+
gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/3281" target="_blank">\U0001F4D4 Document</a>')
383383
enhance_ctrls = []
384384
enhance_inpaint_mode_ctrls = []
385385
enhance_inpaint_engine_ctrls = []
@@ -471,7 +471,7 @@ def trigger_metadata_preview(filepath):
471471
'(default is 0, always processed before any mask invert)')
472472
enhance_mask_invert = gr.Checkbox(label='Invert Mask', value=False)
473473

474-
gr.HTML('<a href="https://github.com/mashb1t/Fooocus/discussions/42" target="_blank">\U0001F4D4 Document</a>')
474+
gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/3281" target="_blank">\U0001F4D4 Document</a>')
475475

476476
enhance_ctrls += [
477477
enhance_enabled,

0 commit comments

Comments
 (0)