save code
This commit is contained in:
+1
-1
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
Reference in New Issue
Block a user