123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "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": "1girl, masterpiece,",
- "speak_and_recognation": true,
- "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,",
- "speak_and_recognation": true,
- "clip": [
- "1",
- 1
- ]
- },
- "class_type": "CLIPTextEncode",
- "_meta": {
- "title": "CLIP文本编码器"
- }
- },
- "8": {
- "inputs": {
- "samples": [
- "43",
- 0
- ],
- "vae": [
- "2",
- 0
- ]
- },
- "class_type": "VAEDecode",
- "_meta": {
- "title": "VAE解码"
- }
- },
- "16": {
- "inputs": {
- "filename_prefix": "cat_girl",
- "images": [
- "8",
- 0
- ]
- },
- "class_type": "SaveImage",
- "_meta": {
- "title": "保存图像"
- }
- },
- "29": {
- "inputs": {
- "pixels": [
- "49",
- 0
- ],
- "vae": [
- "2",
- 0
- ]
- },
- "class_type": "VAEEncode",
- "_meta": {
- "title": "VAE编码"
- }
- },
- "43": {
- "inputs": {
- "seed": 523930867512543,
- "steps": 40,
- "cfg": 10,
- "sampler_name": "dpmpp_2m",
- "scheduler": "karras",
- "denoise": 0.7000000000000001,
- "model": [
- "1",
- 0
- ],
- "positive": [
- "3",
- 0
- ],
- "negative": [
- "4",
- 0
- ],
- "latent_image": [
- "29",
- 0
- ]
- },
- "class_type": "KSampler",
- "_meta": {
- "title": "K采样器"
- }
- },
- "49": {
- "inputs": {
- "directory": "3494084267/",
- "image_load_cap": 0,
- "start_index": 0,
- "load_always": true
- },
- "class_type": "LoadImageListFromDir //Inspire",
- "_meta": {
- "title": "Load Image List From Dir (Inspire)"
- }
- }
- }
|