| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "3": {
- "inputs": {
- "seed": 370146334065324,
- "steps": 20,
- "cfg": 1.0,
- "sampler_name": "euler",
- "scheduler": "normal",
- "denoise": 1.0,
- "model": ["20", 0],
- "positive": ["14", 0],
- "negative": ["14", 1],
- "latent_image": ["28", 0]
- },
- "class_type": "KSampler"
- },
- "7": {
- "inputs": {
- "text": "",
- "clip": ["20", 1]
- },
- "class_type": "CLIPTextEncode"
- },
- "8": {
- "inputs": {
- "samples": ["3", 0],
- "vae": ["20", 2]
- },
- "class_type": "VAEDecode"
- },
- "9": {
- "inputs": {
- "filename_prefix": "mini_restore_output",
- "images": ["8", 0]
- },
- "class_type": "SaveImage"
- },
- "14": {
- "inputs": {
- "strength": 0.6,
- "start_percent": 0.0,
- "end_percent": 1.0,
- "positive": ["26", 0],
- "negative": ["7", 0],
- "control_net": ["15", 0],
- "vae": ["20", 2],
- "image": ["17", 0]
- },
- "class_type": "ControlNetApplySD3"
- },
- "15": {
- "inputs": {
- "control_net_name": "flux/flux-depth-controlnet.safetensors"
- },
- "class_type": "ControlNetLoader"
- },
- "17": {
- "inputs": {
- "image": "depth_map.png",
- "upload": "image"
- },
- "class_type": "LoadImage"
- },
- "20": {
- "inputs": {
- "ckpt_name": "flux1-dev-fp8.safetensors"
- },
- "class_type": "CheckpointLoaderSimple"
- },
- "23": {
- "inputs": {
- "text": "a beautiful landscape with mountains and lake, highly detailed, professional photography",
- "clip": ["20", 1]
- },
- "class_type": "CLIPTextEncode"
- },
- "26": {
- "inputs": {
- "guidance": 3.5,
- "conditioning": ["23", 0]
- },
- "class_type": "FluxGuidance"
- },
- "28": {
- "inputs": {
- "width": 1024,
- "height": 1024,
- "batch_size": 1
- },
- "class_type": "EmptySD3LatentImage"
- }
- }
|