-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle-model_图生图.json
107 lines (107 loc) · 2.26 KB
/
style-model_图生图.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"1": {
"inputs": {
"ckpt_name": "meinamix_meinaV11.safetensors"
},
"class_type": "CheckpointLoaderSimple"
},
"2": {
"inputs": {
"width": 512,
"height": 512,
"batch_size": 1
},
"class_type": "EmptyLatentImage"
},
"3": {
"inputs": {
"style_model_name": "coadapter-style-sd15v1.pth"
},
"class_type": "StyleModelLoader"
},
"4": {
"inputs": {
"clip_name": "clip-vit-large-patch14.bin"
},
"class_type": "CLIPVisionLoader"
},
"5": {
"class_type": "LoadImage"
},
"6": {
"inputs": {
"from_translate": "auto",
"to_translate": "english",
"add_proxies": false,
"proxies": "",
"auth_data": "",
"service": "GoogleTranslator",
"text": "樱花树下的美少女",
"Show proxy": "proxy_hide",
"Show authorization": "authorization_hide",
"clip": ["1", 1]
},
"class_type": "DeepTranslatorCLIPTextEncodeNode"
},
"7": {
"inputs": {
"from_translate": "auto",
"to_translate": "english",
"add_proxies": false,
"proxies": "",
"auth_data": "",
"service": "GoogleTranslator",
"text": "低品质",
"Show proxy": "proxy_hide",
"Show authorization": "authorization_hide",
"clip": ["1", 1]
},
"class_type": "DeepTranslatorCLIPTextEncodeNode"
},
"8": {
"inputs": {
"clip_vision": ["4", 0],
"image": ["5", 0]
},
"class_type": "CLIPVisionEncode"
},
"9": {
"inputs": {
"conditioning": ["6", 0],
"style_model": ["3", 0],
"clip_vision_output": ["8", 0]
},
"class_type": "StyleModelApply"
},
"10": {
"inputs": {
"seed": 123456789,
"steps": 20,
"cfg": 7,
"sampler_name": "dpmpp_sde",
"scheduler": "karras",
"denoise": 1,
"model": ["1", 0],
"positive": ["9", 0],
"negative": ["7", 0],
"latent_image": ["2", 0]
},
"class_type": "KSampler"
},
"11": {
"inputs": {
"samples": ["10", 0],
"vae": ["1", 2]
},
"class_type": "VAEDecode"
},
"12": {
"inputs": {
"filename_prefix": "ComfyUI",
"file_type": "JPEG",
"remove_metadata": false,
"images": ["11", 0]
},
"class_type": "SaveImagePlus"
}
}