-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
9981e45
commit 77bd5ab
Showing
1 changed file
with
94 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"input": { | ||
"workflow": { | ||
"6": { | ||
"inputs": { | ||
"text": "comic illustration of a white unicorn with a golden horn and pink mane and tail standing amidst a colorful and magical fantasy landscape. The background is filled with pastel-colored mountains and fluffy clouds and colorful balloons and stars. There are vibrant rainbows arching across the sky. The ground is adorned with oversized, candy-like plants, trees shaped like lollipops, and swirling ice cream cones. The scene is bathed in soft, dreamy light, giving it an enchanting and otherworldly feel. 4k, high resolution", | ||
"clip": ["252", 1] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Prompt)" | ||
} | ||
}, | ||
"13": { | ||
"inputs": { | ||
"shift": 3, | ||
"model": ["252", 0] | ||
}, | ||
"class_type": "ModelSamplingSD3", | ||
"_meta": { | ||
"title": "ModelSamplingSD3" | ||
} | ||
}, | ||
"71": { | ||
"inputs": { | ||
"text": "worst quality, lowres, blurry, deformed, overexposure, bright, hands, oversaturated, burned, oversharpened, artifacts, hand, human, handwriting, nsfw, breast, breasts", | ||
"clip": ["252", 1] | ||
}, | ||
"class_type": "CLIPTextEncode", | ||
"_meta": { | ||
"title": "CLIP Text Encode (Negative Prompt)" | ||
} | ||
}, | ||
"135": { | ||
"inputs": { | ||
"width": 1152, | ||
"height": 768, | ||
"batch_size": 1 | ||
}, | ||
"class_type": "EmptySD3LatentImage", | ||
"_meta": { | ||
"title": "EmptySD3LatentImage" | ||
} | ||
}, | ||
"231": { | ||
"inputs": { | ||
"samples": ["271", 0], | ||
"vae": ["252", 2] | ||
}, | ||
"class_type": "VAEDecode", | ||
"_meta": { | ||
"title": "VAE Decode" | ||
} | ||
}, | ||
"252": { | ||
"inputs": { | ||
"ckpt_name": "sd3_medium_incl_clips_t5xxlfp8.safetensors" | ||
}, | ||
"class_type": "CheckpointLoaderSimple", | ||
"_meta": { | ||
"title": "Load Checkpoint" | ||
} | ||
}, | ||
"271": { | ||
"inputs": { | ||
"seed": 291740611171897, | ||
"steps": 28, | ||
"cfg": 4.5, | ||
"sampler_name": "dpmpp_2m", | ||
"scheduler": "sgm_uniform", | ||
"denoise": 1, | ||
"model": ["13", 0], | ||
"positive": ["6", 0], | ||
"negative": ["71", 0], | ||
"latent_image": ["135", 0] | ||
}, | ||
"class_type": "KSampler", | ||
"_meta": { | ||
"title": "KSampler" | ||
} | ||
}, | ||
"273": { | ||
"inputs": { | ||
"filename_prefix": "sd3/sd3", | ||
"images": ["231", 0] | ||
}, | ||
"class_type": "SaveImage", | ||
"_meta": { | ||
"title": "Save Image" | ||
} | ||
} | ||
} | ||
} | ||
} |