-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d93ccc9
commit cebdc8c
Showing
12 changed files
with
864 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
{ | ||
"6": { | ||
"inputs": { | ||
"text": "A noble wolf stands by a raging river in the style of a japanese scroll", | ||
"clip": [ | ||
"30", | ||
1 | ||
] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Positive Prompt)" | ||
} | ||
}, | ||
"8": { | ||
"inputs": { | ||
"samples": [ | ||
"31", | ||
0 | ||
], | ||
"vae": [ | ||
"30", | ||
2 | ||
] | ||
}, | ||
"class_type": "VAEDecode", | ||
"_meta": { | ||
"title": "VAE Decode" | ||
} | ||
}, | ||
"9": { | ||
"inputs": { | ||
"filename_prefix": "ComfyUI", | ||
"images": [ | ||
"8", | ||
0 | ||
] | ||
}, | ||
"class_type": "SaveImage", | ||
"_meta": { | ||
"title": "Save Image" | ||
} | ||
}, | ||
"27": { | ||
"inputs": { | ||
"width": 1024, | ||
"height": 1024, | ||
"batch_size": 1 | ||
}, | ||
"class_type": "EmptySD3LatentImage", | ||
"_meta": { | ||
"title": "EmptySD3LatentImage" | ||
} | ||
}, | ||
"30": { | ||
"inputs": { | ||
"ckpt_name": "flux1-schnell-fp8.safetensors" | ||
}, | ||
"class_type": "CheckpointLoaderSimple", | ||
"_meta": { | ||
"title": "Load Checkpoint" | ||
} | ||
}, | ||
"31": { | ||
"inputs": { | ||
"seed": 226018262510838, | ||
"steps": 4, | ||
"cfg": 1, | ||
"sampler_name": "euler", | ||
"scheduler": "simple", | ||
"denoise": 0.8, | ||
"model": [ | ||
"30", | ||
0 | ||
], | ||
"positive": [ | ||
"6", | ||
0 | ||
], | ||
"negative": [ | ||
"33", | ||
0 | ||
], | ||
"latent_image": [ | ||
"38", | ||
0 | ||
] | ||
}, | ||
"class_type": "KSampler", | ||
"_meta": { | ||
"title": "KSampler" | ||
} | ||
}, | ||
"33": { | ||
"inputs": { | ||
"text": "", | ||
"clip": [ | ||
"30", | ||
1 | ||
] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Negative Prompt)" | ||
} | ||
}, | ||
"37": { | ||
"inputs": { | ||
"image": "IMG_0655.JPG", | ||
"upload": "image" | ||
}, | ||
"class_type": "LoadImage", | ||
"_meta": { | ||
"title": "Load Image" | ||
} | ||
}, | ||
"38": { | ||
"inputs": { | ||
"pixels": [ | ||
"40", | ||
0 | ||
], | ||
"vae": [ | ||
"30", | ||
2 | ||
] | ||
}, | ||
"class_type": "VAEEncode", | ||
"_meta": { | ||
"title": "VAE Encode" | ||
} | ||
}, | ||
"40": { | ||
"inputs": { | ||
"width": 1024, | ||
"height": 1024, | ||
"interpolation": "nearest", | ||
"method": "fill / crop", | ||
"condition": "always", | ||
"multiple_of": 8, | ||
"image": [ | ||
"37", | ||
0 | ||
] | ||
}, | ||
"class_type": "ImageResize+", | ||
"_meta": { | ||
"title": "🔧 Image Resize" | ||
} | ||
} | ||
} |
Oops, something went wrong.