From cd15cc0308d5a9a18de859f1960b2c2f3deb3f39 Mon Sep 17 00:00:00 2001 From: xsl Date: Tue, 26 Aug 2025 20:42:28 +0800 Subject: [PATCH] save code --- change_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_app.py b/change_app.py index 4012927..76db560 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_new.jpg' + prompt["22"]["inputs"]["image"] = 'girl_cloth_new_new.png' else: prompt["22"]["inputs"]["image"] = 'man_cloth_grey.jpg' # prompt["22"]["inputs"]["image"] = 'man_cloth.jpg'