diagonalge commited on
Commit
4478196
·
verified ·
1 Parent(s): bd71432

Upload sdxl-warmup-template.json

Browse files
Files changed (1) hide show
  1. sdxl-warmup-template.json +107 -0
sdxl-warmup-template.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "11": {
3
+ "inputs": {
4
+ "samples": [
5
+ "Sampler",
6
+ 0
7
+ ],
8
+ "vae": [
9
+ "Checkpoint_loader",
10
+ 2
11
+ ]
12
+ },
13
+ "class_type": "VAEDecode",
14
+ "_meta": {
15
+ "title": "VAE Decode"
16
+ }
17
+ },
18
+ "32": {
19
+ "inputs": {
20
+ "text": "",
21
+ "clip": [
22
+ "Checkpoint_loader",
23
+ 1
24
+ ]
25
+ },
26
+ "class_type": "CLIPTextEncode",
27
+ "_meta": {
28
+ "title": "CLIP Text Encode (Prompt)"
29
+ }
30
+ },
31
+ "36": {
32
+ "inputs": {
33
+ "filename_prefix": "11",
34
+ "images": [
35
+ "11",
36
+ 0
37
+ ]
38
+ },
39
+ "class_type": "SaveImage",
40
+ "_meta": {
41
+ "title": "Save Image"
42
+ }
43
+ },
44
+ "37": {
45
+ "inputs": {
46
+ "width": 1024,
47
+ "height": 1024,
48
+ "batch_size": 1
49
+ },
50
+ "class_type": "EmptyLatentImage",
51
+ "_meta": {
52
+ "title": "Empty Latent Image"
53
+ }
54
+ },
55
+ "Checkpoint_loader": {
56
+ "inputs": {
57
+ "ckpt_name": "dreamshaper.safetensors"
58
+ },
59
+ "class_type": "CheckpointLoaderSimple",
60
+ "_meta": {
61
+ "title": "Load Checkpoint"
62
+ }
63
+ },
64
+ "Prompt": {
65
+ "inputs": {
66
+ "text": "8-bit pixel art style a hamburger-shaped building",
67
+ "clip": [
68
+ "Checkpoint_loader",
69
+ 1
70
+ ]
71
+ },
72
+ "class_type": "CLIPTextEncode",
73
+ "_meta": {
74
+ "title": "CLIP Text Encode (Prompt)"
75
+ }
76
+ },
77
+ "Sampler": {
78
+ "inputs": {
79
+ "seed": 914251226970669,
80
+ "steps": 10,
81
+ "cfg": 3,
82
+ "sampler_name": "dpmpp_sde_gpu",
83
+ "scheduler": "karras",
84
+ "denoise": 1,
85
+ "model": [
86
+ "Checkpoint_loader",
87
+ 0
88
+ ],
89
+ "positive": [
90
+ "Prompt",
91
+ 0
92
+ ],
93
+ "negative": [
94
+ "32",
95
+ 0
96
+ ],
97
+ "latent_image": [
98
+ "37",
99
+ 0
100
+ ]
101
+ },
102
+ "class_type": "KSampler",
103
+ "_meta": {
104
+ "title": "KSampler"
105
+ }
106
+ }
107
+ }