Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "1": {
- "inputs": {
- "ckpt_name": "%model%"
- },
- "class_type": "CheckpointLoaderSimple",
- "_meta": {
- "title": "MODEL"
- }
- },
- "2": {
- "inputs": {
- "text": "%prompt%",
- "clip": [
- "11",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "Positive Prompt"
- }
- },
- "3": {
- "inputs": {
- "text": "%negative_prompt%",
- "clip": [
- "11",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "Negative Prompt"
- }
- },
- "6": {
- "inputs": {
- "samples": [
- "22",
- 1
- ],
- "vae": [
- "22",
- 2
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE Decode"
- }
- },
- "11": {
- "inputs": {
- "lora_name": "Megaman_LegendsRockman_DASH_PS1_style_Illustrious.safetensors",
- "strength_model": 1.0000000000000002,
- "strength_clip": 1.0000000000000002,
- "model": [
- "1",
- 0
- ],
- "clip": [
- "1",
- 1
- ]
- },
- "class_type": "LoraLoader",
- "_meta": {
- "title": "LORA"
- }
- },
- "22": {
- "inputs": {
- "seed": "%seed%",
- "steps": "%steps%",
- "cfg": "%scale%",
- "sampler_name": "%sampler%",
- "scheduler": "%scheduler%",
- "denoise": "%denoise%",
- "basic_pipe": [
- "23",
- 0
- ],
- "latent_image": [
- "29",
- 0
- ]
- },
- "class_type": "ImpactKSamplerBasicPipe",
- "_meta": {
- "title": "KSampler (pipe)"
- }
- },
- "23": {
- "inputs": {
- "model": [
- "11",
- 0
- ],
- "clip": [
- "11",
- 1
- ],
- "vae": [
- "1",
- 2
- ],
- "positive": [
- "2",
- 0
- ],
- "negative": [
- "3",
- 0
- ]
- },
- "class_type": "ToBasicPipe",
- "_meta": {
- "title": "ToBasicPipe"
- }
- },
- "29": {
- "inputs": {
- "width": "%width%",
- "height": "%height%",
- "batch_size": 1
- },
- "class_type": "EmptyLatentImage",
- "_meta": {
- "title": "Empty Latent Image"
- }
- },
- "30": {
- "inputs": {
- "filename_prefix": "SillyTavern",
- "images": [
- "6",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "Save Image"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement