Initial commit 添加MJ功能

This commit is contained in:
2024-05-15 12:57:15 +08:00
commit 74009113fa
602 changed files with 43708 additions and 0 deletions
+79
View File
@@ -0,0 +1,79 @@
{
"text_style": [
{
"name": "无",
"id": "0",
"style": [],
"font_size": 7,
"fonts": "新青年体",
"style_name": "黄字黑边",
"clip": {
"alpha": 1,
"flip": {
"horizontal": false,
"vertical": false
},
"rotation": 0,
"scale": {
"x": 1,
"y": 1
},
"transform": {
"x": 0,
"y": -0.8333333333333334
}
},
"ratio": "4:3"
},
{
"name": "随机",
"id": "1",
"style": [],
"font_size": 7,
"fonts": "新青年体",
"style_name": "黄字黑边",
"clip": {
"alpha": 1,
"flip": {
"horizontal": false,
"vertical": false
},
"rotation": 0,
"scale": {
"x": 1,
"y": 1
},
"transform": {
"x": 0,
"y": -0.8333333333333334
}
},
"ratio": "4:3"
}
],
"background_music_setting": [
{
"name": "女频-甜文",
"folder_path": "D:\\甜文",
"id": "741f52af-a8a2-4e26-85e9-e2326d91e28d"
}
],
"friendly_reminder_setting": [
{
"id": "0",
"name": "无",
"material_animations": {},
"texts": {},
"tracks": {},
"text_value": "无"
},
{
"id": "1",
"name": "随机",
"material_animations": {},
"texts": {},
"tracks": {},
"text_value": "下面的数据随机生成(不包含这条啊)"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"draft_path": "C:/Users/27698/AppData/Local/JianyingPro/User Data/Projects/com.lveditor.draft",
"project_path": "测试覆盖",
"project_name": "测试覆盖",
"gpt_business": "https://api.openai-hk.com/v1/chat/completions",
"gpt_key": "hk-flj65q10000101963e3c83ed48aa840c32044b4afaecc5f0",
"gpt_model": "gpt-3.5-turbo"
}
+31
View File
@@ -0,0 +1,31 @@
{
"interactive_mode": "auto",
"webui_api_url": "",
"type": "img2img",
"seed": -1,
"resize": {
"scale": 1.0
},
"crop": 1,
"inpaint": false,
"mask_mode": "transparent-background-fast",
"mask_bg_mode": "#ffffff",
"tag": {
"enable": true,
"mode": ""
},
"overlay": true,
"workspace": {
"input": "input",
"output": "output",
"tmp": {
"parent": "tmp",
"input_crop": "input_crop",
"output_crop": "output_crop",
"input_tag": "input_crop",
"input_mask": "input_mask",
"input_crop_mask": "input_crop_mask",
"crop_info": "crop_info.txt"
}
}
}
+58
View File
@@ -0,0 +1,58 @@
{
"workspace": "C:\\Users\\27698\\Desktop\\测试",
"setting": {
"type": "txt2img",
"resize": {
"scale": 1
},
"crop": 1,
"webui_api_url": "",
"seed": -1,
"inpaint": false,
"mask_mode": "transparent-background",
"mask_bg_mode": "#ffffff",
"overlay": true,
"batch_size": 4
},
"tag": {
"enable": true,
"mode": "action",
"actions": [
"closed eyes",
"closed mouth",
"from behind",
"smile",
"looking at viewer",
"side",
"upper body",
"covering mouth",
"covering face"
],
"badPrompt": "chinese_text,japanese_text,korean_text,dark_skin,dark-skinned_male,yukata,kimono,large_tsukioka_kogane,collarbone,artist_name,open_clothes,bare_shoulders,subtitled,off_shoulder,hair_bun,single_hair_bun,hakama_skirt,hakama,black_hakama,katana,breasts,blush,hanfu,closed_mouth,closed_eyes,underwear,cleavage,bra,realistic,earrings,torii,strapless"
},
"webui": {
"prompt": "",
"negative_prompt": "",
"denoising_strength": 1,
"cfg_scale": 5,
"sampler_name": "DPM++ 2M Karras",
"steps": 15,
"width": 800,
"height": 800,
"adetailer": true,
"batch_size": 1
},
"config": {
"setting": "img_base.json"
},
"adetailer": [
{
"ad_confidence": 0.7,
"ad_model": "face_yolov8n.pt"
},
{
"ad_confidence": 0.7,
"ad_model": "hand_yolov8n.pt"
}
]
}
File diff suppressed because it is too large Load Diff