diff --git a/change_app.py b/change_app.py index 8bd793f..f21e356 100644 --- a/change_app.py +++ b/change_app.py @@ -143,7 +143,7 @@ def takeoff_cloth_first(human_name, is_girl): #input cloth img if is_girl: - prompt["22"]["inputs"]["image"] = 'girl_cloth.jpg' + prompt["22"]["inputs"]["image"] = 'girl_cloth_new.jpg' else: prompt["22"]["inputs"]["image"] = 'man_cloth_new.jpg' # prompt["22"]["inputs"]["image"] = 'man_cloth.jpg' diff --git a/config.py b/config.py index 86f1a15..6ce5e52 100644 --- a/config.py +++ b/config.py @@ -41,12 +41,14 @@ selfComputer = "5090" if selfComputer == "5090": 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" base64_test_port = 28888 else: 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" base64_test_port = 18888 diff --git a/girl_cloth_new.jpg b/girl_cloth_new.jpg new file mode 100755 index 0000000..aa5f8d4 Binary files /dev/null and b/girl_cloth_new.jpg differ