123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- {
- "1": {
- "inputs": {
- "ckpt_name": "131-half.safetensors"
- },
- "class_type": "CheckpointLoaderSimple",
- "_meta": {
- "title": "Checkpoint加载器(简易)"
- }
- },
- "2": {
- "inputs": {
- "vae_name": "sd1.5/animevae.pt"
- },
- "class_type": "VAELoader",
- "_meta": {
- "title": "VAE加载器"
- }
- },
- "3": {
- "inputs": {
- "text": "nsfw,",
- "clip": [
- "1",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "CLIP文本编码器"
- }
- },
- "4": {
- "inputs": {
- "text": "worst quality,low quality,lowres,interlocked fingers,badly drawn hands and fingers,anatomically incorrect hands,watermark,wrong_legs,wrong_arms,nsfw,r18,",
- "clip": [
- "1",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "CLIP文本编码器"
- }
- },
- "5": {
- "inputs": {
- "add_noise": "enable",
- "noise_seed": 757592624844571,
- "steps": 35,
- "cfg": 7,
- "sampler_name": "dpmpp_2m",
- "scheduler": "karras",
- "start_at_step": 0,
- "end_at_step": 10000,
- "return_with_leftover_noise": "disable",
- "model": [
- "1",
- 0
- ],
- "positive": [
- "3",
- 0
- ],
- "negative": [
- "4",
- 0
- ],
- "latent_image": [
- "6",
- 0
- ]
- },
- "class_type": "KSamplerAdvanced",
- "_meta": {
- "title": "K采样器(高级)"
- }
- },
- "6": {
- "inputs": {
- "width": 512,
- "height": 768,
- "batch_size": 1
- },
- "class_type": "EmptyLatentImage",
- "_meta": {
- "title": "空Latent"
- }
- },
- "8": {
- "inputs": {
- "samples": [
- "5",
- 0
- ],
- "vae": [
- "2",
- 0
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE解码"
- }
- },
- "16": {
- "inputs": {
- "filename_prefix": "cat_girl",
- "images": [
- "8",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "保存图像"
- }
- },
- "17": {
- "inputs": {},
- "class_type": "PreviewImage",
- "_meta": {
- "title": "预览图像"
- }
- },
- "21": {
- "inputs": {
- "upscale_by": 2,
- "seed": 73049471264546,
- "steps": 20,
- "cfg": 8,
- "sampler_name": "dpmpp_2m",
- "scheduler": "karras",
- "denoise": 0.4,
- "mode_type": "Linear",
- "tile_width": 512,
- "tile_height": 512,
- "mask_blur": 8,
- "tile_padding": 32,
- "seam_fix_mode": "None",
- "seam_fix_denoise": 1,
- "seam_fix_width": 64,
- "seam_fix_mask_blur": 8,
- "seam_fix_padding": 16,
- "force_uniform_tiles": true,
- "tiled_decode": false,
- "image": [
- "8",
- 0
- ],
- "model": [
- "1",
- 0
- ],
- "positive": [
- "3",
- 0
- ],
- "negative": [
- "4",
- 0
- ],
- "vae": [
- "2",
- 0
- ],
- "upscale_model": [
- "22",
- 0
- ]
- },
- "class_type": "UltimateSDUpscale",
- "_meta": {
- "title": "SD放大"
- }
- },
- "22": {
- "inputs": {
- "model_name": "4x-AnimeSharp.pth"
- },
- "class_type": "UpscaleModelLoader",
- "_meta": {
- "title": "放大模型加载器"
- }
- }
- }
|