-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathillust_1024.json
More file actions
159 lines (159 loc) · 2.63 KB
/
illust_1024.json
File metadata and controls
159 lines (159 loc) · 2.63 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"3": {
"inputs": {
"seed": 608548260914332,
"steps": 30,
"cfg": 6.5,
"sampler_name": "ddpm",
"scheduler": "karras",
"denoise": 1,
"model": [
"18",
0
],
"positive": [
"6",
0
],
"negative": [
"7",
0
],
"latent_image": [
"5",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"4": {
"inputs": {
"ckpt_name": "toonyou_beta6.safetensors",
"load_on_start": false
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "체크포인트 로드"
}
},
"5": {
"inputs": {
"width": 1024,
"height": 1024,
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "빈 잠재 이미지"
}
},
"6": {
"inputs": {
"text": "",
"clip": [
"4",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP 텍스트 인코딩 (프롬프트)"
}
},
"7": {
"inputs": {
"text": "disfigured, deformed, ugly",
"clip": [
"4",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP 텍스트 인코딩 (프롬프트)"
}
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"4",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE 디코드"
}
},
"9": {
"inputs": {
"filename_prefix": "IPAdapter",
"images": [
"8",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "이미지 저장"
}
},
"12": {
"inputs": {
"image": "test.jpeg"
},
"class_type": "LoadImage",
"_meta": {
"title": "이미지 로드"
}
},
"18": {
"inputs": {
"weight": 1,
"weight_faceidv2": 2,
"weight_type": "linear",
"combine_embeds": "concat",
"start_at": 0,
"end_at": 1,
"embeds_scaling": "V only",
"model": [
"20",
0
],
"ipadapter": [
"20",
1
],
"image": [
"12",
0
]
},
"class_type": "IPAdapterFaceID",
"_meta": {
"title": "IPAdapter FaceID"
}
},
"20": {
"inputs": {
"preset": "FACEID PLUS V2",
"lora_strength": 0.6,
"provider": "CPU",
"model": [
"4",
0
]
},
"class_type": "IPAdapterUnifiedLoaderFaceID",
"_meta": {
"title": "IPAdapter Unified Loader FaceID"
}
}
}