Spaces:
Running
on
Zero
Running
on
Zero
update comfyui
Browse files
app.py
CHANGED
@@ -662,7 +662,10 @@ def demo_lhm(pose_estimator, face_detector, lhm, cfg):
|
|
662 |
)
|
663 |
|
664 |
gr.HTML(
|
665 |
-
"""<p><h4 style="color: red;"> Notes: Please input full-body image in case of detection errors. We simplify the pipeline in spaces: 1) using Rembg instead of SAM2; 2) limit the output video length to 10s; For best visual quality, try the inference code on Github instead.</h4></p>"""
|
|
|
|
|
|
|
666 |
)
|
667 |
|
668 |
# DISPLAY
|
|
|
662 |
)
|
663 |
|
664 |
gr.HTML(
|
665 |
+
"""<p><h4 style="color: red;"> Notes 1: Please input full-body image in case of detection errors. We simplify the pipeline in spaces: 1) using Rembg instead of SAM2; 2) limit the output video length to 10s; For best visual quality, try the inference code on Github instead.</h4></p>"""
|
666 |
+
)
|
667 |
+
gr.HTML(
|
668 |
+
"""<p><h4 style="color: green;"> Notes 2: We drop ComfyUI Nodes of LHM on https://github.com/aigc3d/LHM/tree/feat/comfyui which support any character and any driven videos as input. Try it!</h4></p>"""
|
669 |
)
|
670 |
|
671 |
# DISPLAY
|