Skip to content

Commit

Permalink
fix sample_ratio range
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Nov 28, 2024
1 parent 35f89ec commit 77866fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveportrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def INPUT_TYPES(s):
"max": 1.2,
"step": 0.01,
"display": display,
"tooltip": "采样图系数,范围:[0, 1]"
"tooltip": "采样图系数,范围:[-0.2, 1.2]"
},
),
"sample_parts": (
Expand Down

0 comments on commit 77866fb

Please sign in to comment.