Skip to content

Commit

Permalink
Fix json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 3, 2023
1 parent c3cc549 commit 6eb16b7
Show file tree
Hide file tree
Showing 4 changed files with 368 additions and 375 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,125 +6,124 @@
"aws_endpoint_url": "https://my-endpoint.backblaze.com",
"aws_bucket_name": "your-bucket",
"workflow_json": {
"3": {
"inputs": {
"seed": 891858402356003,
"steps": 20,
"cfg": 8,
"sampler_name": "uni_pc_bh2",
"scheduler": "normal",
"denoise": 1,
"model": [
"34",
0
],
"positive": [
"23",
0
],
"negative": [
"7",
0
],
"latent_image": [
"5",
0
]
},
"class_type": "KSampler"
"3": {
"inputs": {
"seed": 891858402356003,
"steps": 20,
"cfg": 8,
"sampler_name": "uni_pc_bh2",
"scheduler": "normal",
"denoise": 1,
"model": [
"34",
0
],
"positive": [
"23",
0
],
"negative": [
"7",
0
],
"latent_image": [
"5",
0
]
},
"5": {
"inputs": {
"width": 832,
"height": 384,
"batch_size": 1
},
"class_type": "EmptyLatentImage"
"class_type": "KSampler"
},
"5": {
"inputs": {
"width": 832,
"height": 384,
"batch_size": 1
},
"7": {
"inputs": {
"text": "(hands), text, error, cropped, (worst quality:1.2), (low quality:1.2), normal quality, (jpeg artifacts:1.3), signature, watermark, username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.2)",
"clip": [
"34",
1
]
},
"class_type": "CLIPTextEncode"
"class_type": "EmptyLatentImage"
},
"7": {
"inputs": {
"text": "(hands), text, error, cropped, (worst quality:1.2), (low quality:1.2), normal quality, (jpeg artifacts:1.3), signature, watermark, username, blurry, artist name, monochrome, sketch, censorship, censor, (copyright:1.2)",
"clip": [
"34",
1
]
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"34",
2
]
},
"class_type": "VAEDecode"
"class_type": "CLIPTextEncode"
},
"8": {
"inputs": {
"samples": [
"3",
0
],
"vae": [
"34",
2
]
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"class_type": "SaveImage"
"class_type": "VAEDecode"
},
"9": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"8",
0
]
},
"20": {
"inputs": {
"image": "https://upload.wikimedia.org/wikipedia/commons/3/3e/Stereogram_Tut_Shark_Depthmap.png",
"upload": "image"
},
"class_type": "LoadImage"
"class_type": "SaveImage"
},
"20": {
"inputs": {
"image": "https://upload.wikimedia.org/wikipedia/commons/3/3e/Stereogram_Tut_Shark_Depthmap.png",
"upload": "image"
},
"23": {
"inputs": {
"strength": 1.0000000000000004,
"conditioning": [
"24",
0
],
"control_net": [
"33",
0
],
"image": [
"20",
0
]
},
"class_type": "ControlNetApply"
"class_type": "LoadImage"
},
"23": {
"inputs": {
"strength": 1.0000000000000004,
"conditioning": [
"24",
0
],
"control_net": [
"33",
0
],
"image": [
"20",
0
]
},
"24": {
"inputs": {
"text": "underwater photograph shark\n\n\n\n",
"clip": [
"34",
1
]
},
"class_type": "CLIPTextEncode"
"class_type": "ControlNetApply"
},
"24": {
"inputs": {
"text": "underwater photograph shark\n\n\n\n",
"clip": [
"34",
1
]
},
"33": {
"inputs": {
"control_net_name": "diff_control_sd15_depth_fp16.safetensors",
"model": [
"34",
0
]
},
"class_type": "DiffControlNetLoader"
"class_type": "CLIPTextEncode"
},
"33": {
"inputs": {
"control_net_name": "diff_control_sd15_depth_fp16.safetensors",
"model": [
"34",
0
]
},
"34": {
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
},
"class_type": "CheckpointLoaderSimple"
}
"class_type": "DiffControlNetLoader"
},
"34": {
"inputs": {
"ckpt_name": "v1-5-pruned-emaonly.ckpt"
},
"class_type": "CheckpointLoaderSimple"
}
}
}
Expand Down
Loading

0 comments on commit 6eb16b7

Please sign in to comment.