123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "1": {
- "inputs": {
- "seed": 723859630206859,
- "steps": 25,
- "cfg": 7,
- "sampler_name": "dpmpp_2m",
- "scheduler": "karras",
- "denoise": 1,
- "model": [
- "2",
- 0
- ],
- "positive": [
- "3",
- 0
- ],
- "negative": [
- "4",
- 0
- ],
- "latent_image": [
- "5",
- 0
- ]
- },
- "class_type": "KSampler",
- "_meta": {
- "title": "KSampler"
- }
- },
- "2": {
- "inputs": {
- "ckpt_name": "dreamshaper_8.safetensors"
- },
- "class_type": "CheckpointLoaderSimple",
- "_meta": {
- "title": "Load Checkpoint"
- }
- },
- "3": {
- "inputs": {
- "text": "cosmetics bottle, beautiful, photo",
- "clip": [
- "2",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "prompt_positive"
- }
- },
- "4": {
- "inputs": {
- "text": "ugly, cheap",
- "clip": [
- "2",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "prompt_negative"
- }
- },
- "5": {
- "inputs": {
- "width": 512,
- "height": 768,
- "batch_size": 1
- },
- "class_type": "EmptyLatentImage",
- "_meta": {
- "title": "Empty Latent Image"
- }
- },
- "6": {
- "inputs": {
- "samples": [
- "1",
- 0
- ],
- "vae": [
- "7",
- 0
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE Decode"
- }
- },
- "7": {
- "inputs": {
- "vae_name": "taesd"
- },
- "class_type": "VAELoader",
- "_meta": {
- "title": "Load VAE"
- }
- },
- "8": {
- "inputs": {
- "images": [
- "6",
- 0
- ]
- },
- "class_type": "PreviewImage",
- "_meta": {
- "title": "Preview Image"
- }
- },
- "30": {
- "inputs": {
- "filename_prefix": "Image_Name",
- "images": [
- "6",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "Save Image"
- }
- }
- }
|