save code

This commit is contained in:
xsl
2025-08-11 22:25:50 +08:00
parent 9a28b272aa
commit ea55aaa0eb
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ def takeoff_cloth_first(human_name, is_girl):
#input cloth img #input cloth img
if is_girl: if is_girl:
prompt["22"]["inputs"]["image"] = 'girl_cloth.jpg' prompt["22"]["inputs"]["image"] = 'girl_cloth_new.jpg'
else: else:
prompt["22"]["inputs"]["image"] = 'man_cloth_new.jpg' prompt["22"]["inputs"]["image"] = 'man_cloth_new.jpg'
# prompt["22"]["inputs"]["image"] = 'man_cloth.jpg' # prompt["22"]["inputs"]["image"] = 'man_cloth.jpg'
+4 -2
View File
@@ -41,12 +41,14 @@ selfComputer = "5090"
if selfComputer == "5090": if selfComputer == "5090":
change_only_name = "change_new_only_change.json" change_only_name = "change_new_only_change.json"
change_with_add_cloth = "change_new_debug.json" # change_with_add_cloth = "change_new_debug.json"
change_with_add_cloth = change_only_name
xiezhen_name = "xiezhen_girl.json" xiezhen_name = "xiezhen_girl.json"
base64_test_port = 28888 base64_test_port = 28888
else: else:
change_only_name = "change_new_only_3090.json" change_only_name = "change_new_only_3090.json"
change_with_add_cloth = "change_new_3090.json" # change_with_add_cloth = "change_new_3090.json"
change_with_add_cloth = change_only_name
xiezhen_name = "xiezhen_girl.json" xiezhen_name = "xiezhen_girl.json"
base64_test_port = 18888 base64_test_port = 18888
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB