From 968212387465ed439189c1fb426d8ace3d6684df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 28 Jun 2024 19:55:47 +0800 Subject: [PATCH] 'commit' --- BaiHu/JSON/9_1.json | 60 +++++++++++++++++++++++++++++++++ BaiHu/JSON/9_2.json | 60 +++++++++++++++++++++++++++++++++ BaiHu/JSON/9_3.json | 60 +++++++++++++++++++++++++++++++++ BaiHu/JSON/{9.json => 9_4.json} | 6 +--- BaiHu/JSON/9_5.json | 59 ++++++++++++++++++++++++++++++++ 5 files changed, 240 insertions(+), 5 deletions(-) create mode 100644 BaiHu/JSON/9_1.json create mode 100644 BaiHu/JSON/9_2.json create mode 100644 BaiHu/JSON/9_3.json rename BaiHu/JSON/{9.json => 9_4.json} (73%) create mode 100644 BaiHu/JSON/9_5.json diff --git a/BaiHu/JSON/9_1.json b/BaiHu/JSON/9_1.json new file mode 100644 index 00000000..0200a3e0 --- /dev/null +++ b/BaiHu/JSON/9_1.json @@ -0,0 +1,60 @@ +{ + "model_name": "动漫二次元", + "memo": "【半身】", + "pose_image": "", + "denoising_strength": 0, + "prompt": + "blurry foreground,depth of field,cinematic composition,close up,masterpiece,best quality,1girl,solo,brown hair,smile,brown eyes,white neckerchief,school uniform,pink flower,looking at viewer,serafuku,black shirt,cherry blossoms,hair bow,branch,outdoors,", + "negative_prompt": "NSFW,blurry,low quality,watermark,monochrome,badhandv4,easynegative,ng_deepnegative_v1_75t,bad proportions,mutated hands and fingers,poorly drawn face,extra limb,missing limb,malformed limbs,disconnected limbs,ugly,floating limbs,extra legs,mutation,bad body,long neck,cross-eyed,text,Multiple people,cleavage,", + "seed": -1, + "sampler_name": "DPM++ 2M Karras", + "cfg_scale": 7, + "width": 1024, + "height": 1368, + "batch_size": 1, + "n_iter": 1, + "steps": 30, + "return_grid": true, + "send_images": true, + "save_images": false, + "do_not_save_samples": false, + "do_not_save_grid": false, + "override_settings": { + "sd_model_checkpoint": "niji-动漫二次元-sdxl_1.0.safetensors [dd2d6356f7]", + "sd_vae": "Automatic" + }, + "alwayson_scripts": { + "ControlNet": { + "args": [ + { + "enabled": true, + "model": "ip-adapter_instant_id_sdxl [eb2d3ec0]", + "module": "instant_id_face_embedding", + "weight": 1, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image1}}", + "control_mode": "Balanced" + }, + { + "enabled": true, + "model": "control_instant_id_sdxl [c5c25a50]", + "module": "instant_id_face_keypoints", + "weight": 0.65, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image2}}", + "control_mode": "ControlNet is more important" + } + ] + } + } +} \ No newline at end of file diff --git a/BaiHu/JSON/9_2.json b/BaiHu/JSON/9_2.json new file mode 100644 index 00000000..42f7dda2 --- /dev/null +++ b/BaiHu/JSON/9_2.json @@ -0,0 +1,60 @@ +{ + "model_name": "动漫二次元", + "memo": "【半身】", + "pose_image": "", + "denoising_strength": 0, + "prompt": + "1girl,balloon,jewelry,solo,earrings,smile,necklace,brown hair,looking at viewer,head tilt,grin,bracelet,teeth,bare shoulders,heart balloon,upper body,lips,portrait,makeup,long hair,blue sky,collarbone,off shoulder,heart,sky,fingernails,grey eyes,", + "negative_prompt": "NSFW,blurry,low quality,watermark,monochrome,badhandv4,easynegative,ng_deepnegative_v1_75t,bad proportions,mutated hands and fingers,poorly drawn face,extra limb,missing limb,malformed limbs,disconnected limbs,ugly,floating limbs,extra legs,mutation,bad body,long neck,cross-eyed,text,Multiple people,cleavage,", + "seed": -1, + "sampler_name": "DPM++ 2M Karras", + "cfg_scale": 7, + "width": 1024, + "height": 1368, + "batch_size": 1, + "n_iter": 1, + "steps": 30, + "return_grid": true, + "send_images": true, + "save_images": false, + "do_not_save_samples": false, + "do_not_save_grid": false, + "override_settings": { + "sd_model_checkpoint": "niji-动漫二次元-sdxl_1.0.safetensors [dd2d6356f7]", + "sd_vae": "Automatic" + }, + "alwayson_scripts": { + "ControlNet": { + "args": [ + { + "enabled": true, + "model": "ip-adapter_instant_id_sdxl [eb2d3ec0]", + "module": "instant_id_face_embedding", + "weight": 1, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image1}}", + "control_mode": "Balanced" + }, + { + "enabled": true, + "model": "control_instant_id_sdxl [c5c25a50]", + "module": "instant_id_face_keypoints", + "weight": 0.65, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image2}}", + "control_mode": "ControlNet is more important" + } + ] + } + } +} \ No newline at end of file diff --git a/BaiHu/JSON/9_3.json b/BaiHu/JSON/9_3.json new file mode 100644 index 00000000..e5f1e5a4 --- /dev/null +++ b/BaiHu/JSON/9_3.json @@ -0,0 +1,60 @@ +{ + "model_name": "动漫二次元", + "memo": "【半身】", + "pose_image": "", + "denoising_strength": 0, + "prompt": + "1girl,solo,jewelry,smile,earrings,balloon,short hair,teeth,necklace,outdoors,sky,brown hair,blurry,day,blue sky,profile,blurry background,grin,bare shoulders,depth of field,lips,portrait,eyelashes,open mouth,", + "negative_prompt": "NSFW,blurry,low quality,watermark,monochrome,badhandv4,easynegative,ng_deepnegative_v1_75t,bad proportions,mutated hands and fingers,poorly drawn face,extra limb,missing limb,malformed limbs,disconnected limbs,ugly,floating limbs,extra legs,mutation,bad body,long neck,cross-eyed,text,Multiple people,cleavage,", + "seed": -1, + "sampler_name": "DPM++ 2M Karras", + "cfg_scale": 7, + "width": 1024, + "height": 1368, + "batch_size": 1, + "n_iter": 1, + "steps": 30, + "return_grid": true, + "send_images": true, + "save_images": false, + "do_not_save_samples": false, + "do_not_save_grid": false, + "override_settings": { + "sd_model_checkpoint": "niji-动漫二次元-sdxl_1.0.safetensors [dd2d6356f7]", + "sd_vae": "Automatic" + }, + "alwayson_scripts": { + "ControlNet": { + "args": [ + { + "enabled": true, + "model": "ip-adapter_instant_id_sdxl [eb2d3ec0]", + "module": "instant_id_face_embedding", + "weight": 1, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image1}}", + "control_mode": "Balanced" + }, + { + "enabled": true, + "model": "control_instant_id_sdxl [c5c25a50]", + "module": "instant_id_face_keypoints", + "weight": 0.65, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image2}}", + "control_mode": "ControlNet is more important" + } + ] + } + } +} \ No newline at end of file diff --git a/BaiHu/JSON/9.json b/BaiHu/JSON/9_4.json similarity index 73% rename from BaiHu/JSON/9.json rename to BaiHu/JSON/9_4.json index 8efe1b1e..11e67c37 100644 --- a/BaiHu/JSON/9.json +++ b/BaiHu/JSON/9_4.json @@ -3,12 +3,8 @@ "memo": "【半身】", "pose_image": "", "denoising_strength": 0, - "prompts": [ - "blurry foreground,depth of field,cinematic composition,close up,masterpiece,best quality,1girl,solo,brown hair,smile,brown eyes,white neckerchief,school uniform,pink flower,looking at viewer,serafuku,black shirt,cherry blossoms,hair bow,branch,outdoors,", - "1girl,balloon,jewelry,solo,earrings,smile,necklace,brown hair,looking at viewer,head tilt,grin,bracelet,teeth,bare shoulders,heart balloon,upper body,lips,portrait,makeup,long hair,blue sky,collarbone,off shoulder,heart,sky,fingernails,grey eyes,", - "1girl,solo,jewelry,smile,earrings,balloon,short hair,teeth,necklace,outdoors,sky,brown hair,blurry,day,blue sky,profile,blurry background,grin,bare shoulders,depth of field,lips,portrait,eyelashes,open mouth,", + "prompt": "1girl, jewelry, solo, earrings, blue eyes, white hair, long hair, parted lips, jacket, blurry, looking at viewer, blurry background, upper body, building, lips, realistic, necklace, eyelashes, city, outdoors, black jacket, tank top, off shoulder, red lips, open clothes, depth of field, open jacket, shirt, makeup, hood" - ], "negative_prompt": "NSFW,blurry,low quality,watermark,monochrome,badhandv4,easynegative,ng_deepnegative_v1_75t,bad proportions,mutated hands and fingers,poorly drawn face,extra limb,missing limb,malformed limbs,disconnected limbs,ugly,floating limbs,extra legs,mutation,bad body,long neck,cross-eyed,text,Multiple people,cleavage,", "seed": -1, "sampler_name": "DPM++ 2M Karras", diff --git a/BaiHu/JSON/9_5.json b/BaiHu/JSON/9_5.json new file mode 100644 index 00000000..c8660d9a --- /dev/null +++ b/BaiHu/JSON/9_5.json @@ -0,0 +1,59 @@ +{ + "model_name": "动漫二次元", + "memo": "【半身】", + "pose_image": "", + "denoising_strength": 0, + "prompt": "blurry foreground,depth of field,cinematic composition,close up,masterpiece,best quality,1girl,solo,brown hair,smile,brown eyes,white neckerchief,school uniform,pink flower,looking at viewer,serafuku,black shirt,cherry blossoms,hair bow,branch,outdoors,", + "negative_prompt": "NSFW,blurry,low quality,watermark,monochrome,badhandv4,easynegative,ng_deepnegative_v1_75t,bad proportions,mutated hands and fingers,poorly drawn face,extra limb,missing limb,malformed limbs,disconnected limbs,ugly,floating limbs,extra legs,mutation,bad body,long neck,cross-eyed,text,Multiple people,cleavage,", + "seed": -1, + "sampler_name": "DPM++ 2M Karras", + "cfg_scale": 7, + "width": 1024, + "height": 1368, + "batch_size": 1, + "n_iter": 1, + "steps": 30, + "return_grid": true, + "send_images": true, + "save_images": false, + "do_not_save_samples": false, + "do_not_save_grid": false, + "override_settings": { + "sd_model_checkpoint": "niji-动漫二次元-sdxl_1.0.safetensors [dd2d6356f7]", + "sd_vae": "Automatic" + }, + "alwayson_scripts": { + "ControlNet": { + "args": [ + { + "enabled": true, + "model": "ip-adapter_instant_id_sdxl [eb2d3ec0]", + "module": "instant_id_face_embedding", + "weight": 1, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image1}}", + "control_mode": "Balanced" + }, + { + "enabled": true, + "model": "control_instant_id_sdxl [c5c25a50]", + "module": "instant_id_face_keypoints", + "weight": 0.65, + "resize_mode": "Crop and Resize", + "guidance_start": 0, + "guidance_end": 1, + "pixel_perfect": true, + "processor_res": 512, + "save_detected_map": false, + "input_image": "{{input_image2}}", + "control_mode": "ControlNet is more important" + } + ] + } + } +} \ No newline at end of file