TInkDD commited on
Commit
462a2f9
·
verified ·
1 Parent(s): 31d3041

Upload workflow_api.json

Browse files
Files changed (1) hide show
  1. workflow_api.json +130 -0
workflow_api.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "4": {
3
+ "inputs": {
4
+ "ckpt_name": "majicMIX realistic \u9ea6\u6a58\u5199\u5b9e_v7.safetensors"
5
+ },
6
+ "class_type": "CheckpointLoaderSimple",
7
+ "_meta": {
8
+ "title": "Checkpoint\u52a0\u8f7d\u5668(\u7b80\u6613)"
9
+ }
10
+ },
11
+ "5": {
12
+ "inputs": {
13
+ "width": 512,
14
+ "height": 512,
15
+ "batch_size": 1
16
+ },
17
+ "class_type": "EmptyLatentImage",
18
+ "_meta": {
19
+ "title": "\u7a7aLatent"
20
+ }
21
+ },
22
+ "6": {
23
+ "inputs": {
24
+ "text": "a girl,breast",
25
+ "clip": [
26
+ "12",
27
+ 1
28
+ ]
29
+ },
30
+ "class_type": "CLIPTextEncode",
31
+ "_meta": {
32
+ "title": "CLIP\u6587\u672c\u7f16\u7801\u5668"
33
+ }
34
+ },
35
+ "7": {
36
+ "inputs": {
37
+ "text": "",
38
+ "clip": [
39
+ "12",
40
+ 1
41
+ ]
42
+ },
43
+ "class_type": "CLIPTextEncode",
44
+ "_meta": {
45
+ "title": "CLIP\u6587\u672c\u7f16\u7801\u5668"
46
+ }
47
+ },
48
+ "8": {
49
+ "inputs": {
50
+ "samples": [
51
+ "10",
52
+ 0
53
+ ],
54
+ "vae": [
55
+ "4",
56
+ 2
57
+ ]
58
+ },
59
+ "class_type": "VAEDecode",
60
+ "_meta": {
61
+ "title": "VAE\u89e3\u7801"
62
+ }
63
+ },
64
+ "9": {
65
+ "inputs": {
66
+ "filename_prefix": "ComfyUI",
67
+ "images": [
68
+ "8",
69
+ 0
70
+ ]
71
+ },
72
+ "class_type": "SaveImage",
73
+ "_meta": {
74
+ "title": "\u4fdd\u5b58\u56fe\u50cf"
75
+ }
76
+ },
77
+ "10": {
78
+ "inputs": {
79
+ "add_noise": "enable",
80
+ "noise_seed": 269447,
81
+ "steps": 30,
82
+ "cfg": 6,
83
+ "sampler_name": "euler",
84
+ "scheduler": "normal",
85
+ "start_at_step": 0,
86
+ "end_at_step": 10000,
87
+ "return_with_leftover_noise": "disable",
88
+ "model": [
89
+ "4",
90
+ 0
91
+ ],
92
+ "positive": [
93
+ "6",
94
+ 0
95
+ ],
96
+ "negative": [
97
+ "7",
98
+ 0
99
+ ],
100
+ "latent_image": [
101
+ "5",
102
+ 0
103
+ ],
104
+ "seed": 763552
105
+ },
106
+ "class_type": "KSamplerAdvanced",
107
+ "_meta": {
108
+ "title": "K\u91c7\u6837\u5668(\u9ad8\u7ea7)"
109
+ }
110
+ },
111
+ "12": {
112
+ "inputs": {
113
+ "lora_name": "\u6781\u81f4\u771f\u4eba\u5199\u5b9e\u2014\u7f8e\u5986\u5927\u80f8\u7f8e\u5973_v1.safetensors",
114
+ "strength_model": 0.8,
115
+ "strength_clip": 1,
116
+ "model": [
117
+ "4",
118
+ 0
119
+ ],
120
+ "clip": [
121
+ "4",
122
+ 1
123
+ ]
124
+ },
125
+ "class_type": "LoraLoader",
126
+ "_meta": {
127
+ "title": "LoRA\u52a0\u8f7d\u5668"
128
+ }
129
+ }
130
+ }