-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsafety-checker_mosaic.json
127 lines (127 loc) · 2.63 KB
/
safety-checker_mosaic.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"1": {
"inputs": {
"ckpt_name": "meinamix_meinaV11.safetensors"
},
"class_type": "CheckpointLoaderSimple"
},
"2": {
"inputs": {
"width": 512,
"height": 512,
"batch_size": 1
},
"class_type": "EmptyLatentImage"
},
"3": {
"inputs": {
"from_translate": "auto",
"to_translate": "english",
"add_proxies": false,
"proxies": "",
"auth_data": "",
"service": "GoogleTranslator [free]",
"text": "裸体日本美少女",
"Show proxy": "proxy_hide",
"Show authorization": "authorization_hide",
"clip": ["1", 1]
},
"class_type": "DeepTranslatorCLIPTextEncodeNode"
},
"4": {
"inputs": {
"from_translate": "auto",
"to_translate": "english",
"add_proxies": false,
"proxies": "",
"auth_data": "",
"service": "GoogleTranslator [free]",
"text": "低品质",
"Show proxy": "proxy_hide",
"Show authorization": "authorization_hide",
"clip": ["1", 1]
},
"class_type": "DeepTranslatorCLIPTextEncodeNode"
},
"5": {
"inputs": {
"seed": 123456789,
"steps": 20,
"cfg": 7,
"sampler_name": "ddim",
"scheduler": "ddim_uniform",
"denoise": 1,
"model": ["1", 0],
"positive": ["3", 0],
"negative": ["4", 0],
"latent_image": ["2", 0]
},
"class_type": "KSampler"
},
"6": {
"inputs": {
"samples": ["5", 0],
"vae": ["1", 2]
},
"class_type": "VAEDecode"
},
"7": {
"inputs": {
"sensitivity": 0.5,
"images": ["6", 0]
},
"class_type": "Safety Checker"
},
"8": {
"inputs": {
"width": 16,
"height": 16,
"upscale_method": "nearest-exact",
"keep_proportion": false,
"divisible_by": 2,
"image": ["6", 0]
},
"class_type": "ImageResizeKJ"
},
"9": {
"inputs": {
"width": 0,
"height": 0,
"upscale_method": "nearest-exact",
"keep_proportion": false,
"divisible_by": 2,
"image": ["8", 0],
"get_image_size": ["6", 0]
},
"class_type": "ImageResizeKJ"
},
"10": {
"inputs": {
"cond": ["7", 1],
"tt_value": ["9", 0],
"ff_value": ["6", 0]
},
"class_type": "ImpactConditionalBranch"
},
"11": {
"inputs": {
"filename_prefix": "txt2img",
"file_type": "JPEG",
"remove_metadata": false,
"images": ["10", 0]
},
"class_type": "SaveImagePlus"
},
"12": {
"inputs": {
"images": ["6", 0]
},
"class_type": "PreviewImage"
},
"13": {
"inputs": {
"images": ["8", 0]
},
"class_type": "PreviewImage"
}
}