Advertisement
Guest User

PSXAnime

a guest
Jun 12th, 2025
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.46 KB | None | 0 0
  1. {
  2.   "1": {
  3.     "inputs": {
  4.       "ckpt_name": "%model%"
  5.     },
  6.     "class_type": "CheckpointLoaderSimple",
  7.     "_meta": {
  8.       "title": "MODEL"
  9.     }
  10.   },
  11.   "2": {
  12.     "inputs": {
  13.       "text": "%prompt%",
  14.       "clip": [
  15.         "11",
  16.         1
  17.       ]
  18.     },
  19.     "class_type": "CLIPTextEncode",
  20.     "_meta": {
  21.       "title": "Positive Prompt"
  22.     }
  23.   },
  24.   "3": {
  25.     "inputs": {
  26.       "text": "%negative_prompt%",
  27.       "clip": [
  28.         "11",
  29.         1
  30.       ]
  31.     },
  32.     "class_type": "CLIPTextEncode",
  33.     "_meta": {
  34.       "title": "Negative Prompt"
  35.     }
  36.   },
  37.   "6": {
  38.     "inputs": {
  39.       "samples": [
  40.         "22",
  41.         1
  42.       ],
  43.       "vae": [
  44.         "22",
  45.         2
  46.       ]
  47.     },
  48.     "class_type": "VAEDecode",
  49.     "_meta": {
  50.       "title": "VAE Decode"
  51.     }
  52.   },
  53.   "11": {
  54.     "inputs": {
  55.       "lora_name": "Megaman_LegendsRockman_DASH_PS1_style_Illustrious.safetensors",
  56.       "strength_model": 1.0000000000000002,
  57.       "strength_clip": 1.0000000000000002,
  58.       "model": [
  59.         "1",
  60.         0
  61.       ],
  62.       "clip": [
  63.         "1",
  64.         1
  65.       ]
  66.     },
  67.     "class_type": "LoraLoader",
  68.     "_meta": {
  69.       "title": "LORA"
  70.     }
  71.   },
  72.   "22": {
  73.     "inputs": {
  74.       "seed": "%seed%",
  75.       "steps": "%steps%",
  76.       "cfg": "%scale%",
  77.       "sampler_name": "%sampler%",
  78.       "scheduler": "%scheduler%",
  79.       "denoise": "%denoise%",
  80.       "basic_pipe": [
  81.         "23",
  82.         0
  83.       ],
  84.       "latent_image": [
  85.         "29",
  86.         0
  87.       ]
  88.     },
  89.     "class_type": "ImpactKSamplerBasicPipe",
  90.     "_meta": {
  91.       "title": "KSampler (pipe)"
  92.     }
  93.   },
  94.   "23": {
  95.     "inputs": {
  96.       "model": [
  97.         "11",
  98.         0
  99.       ],
  100.       "clip": [
  101.         "11",
  102.         1
  103.       ],
  104.       "vae": [
  105.         "1",
  106.         2
  107.       ],
  108.       "positive": [
  109.         "2",
  110.         0
  111.       ],
  112.       "negative": [
  113.         "3",
  114.         0
  115.       ]
  116.     },
  117.     "class_type": "ToBasicPipe",
  118.     "_meta": {
  119.       "title": "ToBasicPipe"
  120.     }
  121.   },
  122.   "29": {
  123.     "inputs": {
  124.       "width": "%width%",
  125.       "height": "%height%",
  126.       "batch_size": 1
  127.     },
  128.     "class_type": "EmptyLatentImage",
  129.     "_meta": {
  130.       "title": "Empty Latent Image"
  131.     }
  132.   },
  133.   "30": {
  134.     "inputs": {
  135.       "filename_prefix": "SillyTavern",
  136.       "images": [
  137.         "6",
  138.         0
  139.       ]
  140.     },
  141.     "class_type": "SaveImage",
  142.     "_meta": {
  143.       "title": "Save Image"
  144.     }
  145.   }
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement