Compare commits

...
3 Commits
Author SHA1 Message Date
xsl 82842d1b5c save code 2025-08-13 21:07:25 +08:00
xsl 59d132389d Merge branch '5090' of http://43.143.205.217:3000/xsl/change_cloth into 5090 2025-08-13 21:06:43 +08:00
xsl 2536be8828 save code 2025-08-13 21:05:28 +08:00
5 changed files with 359 additions and 5 deletions
+3 -3
View File
@@ -145,7 +145,7 @@ def takeoff_cloth_first(human_name, is_girl):
if is_girl: if is_girl:
prompt["22"]["inputs"]["image"] = 'girl_cloth_new.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_grey.jpg'
# prompt["22"]["inputs"]["image"] = 'man_cloth.jpg' # prompt["22"]["inputs"]["image"] = 'man_cloth.jpg'
#input human img #input human img
@@ -199,9 +199,9 @@ def generate_from_face(human_name, sex_girl):
prompt["93"]["inputs"]["image"] = human_name prompt["93"]["inputs"]["image"] = human_name
if sex_girl: if sex_girl:
prompt["6"]["inputs"]["text"] = "asian girl,full body shot(1.9), 8-head tall, complete figure,front-facing,model pose,hands are at the sides of the body,smile,wearing black tube top and micro skirt,simple ,white background,32k,high detail,and face is illuminated by soft side light and natural light. The sunlight spills over the white wall behind." prompt["6"]["inputs"]["text"] = "asian girl,knee-length shot ,model pose,hands are at the sides of the body,smile,wearing black tube top and micro skirt,simple ,white background,32k,high detail,and face is illuminated by soft side light and natural light. The sunlight spills over the white wall behind."
else: else:
prompt["6"]["inputs"]["text"] = "asian man,full body shot(1.9), 8-head tall, complete figure,front-facing,model pose,hands are at the sides of the body,smile,wearing black tight shortst,simple white background,32k,high detail,and face is illuminated by soft side light and natural light. The sunlight spills over the white wall behind." prompt["6"]["inputs"]["text"] = "asian man,tall,knee-length shot,model pose,hands are at the sides of the body,smile,wearing black short pants,simple white background,The sunlight spills over the white wall behind,32k."
#out put name #out put name
out_img_name = str(uuid.uuid4())[:8] out_img_name = str(uuid.uuid4())[:8]
+2 -2
View File
@@ -43,13 +43,13 @@ 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 change_with_add_cloth = change_only_name
xiezhen_name = "xiezhen_girl.json" xiezhen_name = "xiezhen-0812-40s_api.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 change_with_add_cloth = change_only_name
xiezhen_name = "xiezhen_girl.json" xiezhen_name = "xiezhen-0812-40s_api.json"
base64_test_port = 18888 base64_test_port = 18888
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

+354
View File
@@ -0,0 +1,354 @@
{
"6": {
"inputs": {
"text": "asian man,tall,knee-length shot,model pose,hands are at the sides of the body,smile,wearing black short pants,simple white background,The sunlight spills over the white wall behind,32k,",
"clip": [
"68",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
},
"10": {
"inputs": {
"vae_name": "ae.safetensors"
},
"class_type": "VAELoader",
"_meta": {
"title": "Load VAE"
}
},
"16": {
"inputs": {
"sampler_name": "dpmpp_2m"
},
"class_type": "KSamplerSelect",
"_meta": {
"title": "KSamplerSelect"
}
},
"17": {
"inputs": {
"scheduler": "sgm_uniform",
"steps": 30,
"denoise": 1,
"model": [
"63",
0
]
},
"class_type": "BasicScheduler",
"_meta": {
"title": "BasicScheduler"
}
},
"25": {
"inputs": {
"noise_seed": 307959081040868
},
"class_type": "RandomNoise",
"_meta": {
"title": "RandomNoise"
}
},
"26": {
"inputs": {
"guidance": 10,
"conditioning": [
"6",
0
]
},
"class_type": "FluxGuidance",
"_meta": {
"title": "FluxGuidance"
}
},
"27": {
"inputs": {
"width": 768,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptySD3LatentImage",
"_meta": {
"title": "EmptySD3LatentImage"
}
},
"45": {
"inputs": {
"pulid_file": "pulid_flux_v0.9.1.safetensors"
},
"class_type": "PulidFluxModelLoader",
"_meta": {
"title": "Load PuLID Flux Model"
}
},
"47": {
"inputs": {
"model": [
"62",
0
],
"conditioning": [
"26",
0
]
},
"class_type": "BasicGuider",
"_meta": {
"title": "BasicGuider"
}
},
"48": {
"inputs": {
"noise": [
"25",
0
],
"guider": [
"47",
0
],
"sampler": [
"16",
0
],
"sigmas": [
"17",
0
],
"latent_image": [
"27",
0
]
},
"class_type": "SamplerCustomAdvanced",
"_meta": {
"title": "SamplerCustomAdvanced"
}
},
"49": {
"inputs": {
"samples": [
"48",
0
],
"vae": [
"10",
0
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"51": {
"inputs": {},
"class_type": "PulidFluxEvaClipLoader",
"_meta": {
"title": "Load Eva Clip (PuLID Flux)"
}
},
"53": {
"inputs": {
"provider": "CUDA"
},
"class_type": "PulidFluxInsightFaceLoader",
"_meta": {
"title": "Load InsightFace (PuLID Flux)"
}
},
"62": {
"inputs": {
"weight": 1.0000000000000002,
"start_at": 0,
"end_at": 1,
"model": [
"68",
0
],
"pulid_flux": [
"45",
0
],
"eva_clip": [
"51",
0
],
"face_analysis": [
"53",
0
],
"image": [
"93",
0
]
},
"class_type": "ApplyPulidFlux",
"_meta": {
"title": "Apply PuLID Flux"
}
},
"63": {
"inputs": {
"unet_name": "flux1-dev-fp8.safetensors",
"weight_dtype": "fp8_e4m3fn"
},
"class_type": "UNETLoader",
"_meta": {
"title": "Load Diffusion Model"
}
},
"64": {
"inputs": {
"clip_name1": "flux/t5xxl_fp16.safetensors",
"clip_name2": "ViT-L-14-TEXT-detail-improved-hiT-GmP-HF.safetensors",
"type": "flux",
"device": "default"
},
"class_type": "DualCLIPLoader",
"_meta": {
"title": "DualCLIPLoader"
}
},
"65": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"49",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"68": {
"inputs": {
"PowerLoraLoaderHeaderWidget": {
"type": "PowerLoraLoaderHeaderWidget"
},
" Add Lora": "",
"model": [
"63",
0
],
"clip": [
"64",
0
]
},
"class_type": "Power Lora Loader (rgthree)",
"_meta": {
"title": "Power Lora Loader (rgthree)"
}
},
"86": {
"inputs": {
"anything": [
"17",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"87": {
"inputs": {
"anything": [
"68",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"88": {
"inputs": {
"anything": [
"62",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"89": {
"inputs": {
"anything": [
"47",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"90": {
"inputs": {
"anything": [
"48",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"91": {
"inputs": {
"anything": [
"49",
0
]
},
"class_type": "easy cleanGpuUsed",
"_meta": {
"title": "Clean VRAM Used"
}
},
"92": {
"inputs": {
"anything": [
"49",
0
]
},
"class_type": "easy clearCacheAll",
"_meta": {
"title": "Clear Cache All"
}
},
"93": {
"inputs": {
"image": "微信图片_20250813204256_128.jpg"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"94": {
"inputs": {
"text": "sian girl,knee-length shot ,model pose,hands are at the sides of the body,smile,wearing black tube top and micro skirt,simple ,white background,32k,high detail,and face is illuminated by soft side light and natural light. The sunlight spills over the white wall behind."
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt)"
}
}
}