File size: 1,936 Bytes
7080a02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | {
"1": {
"inputs": {
"image": "input.png"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"2": {
"inputs": {
"hf_token": "__HF_TOKEN__",
"load_8bit": false,
"cpu_offload": false
},
"class_type": "EasyControlLoadFlux",
"_meta": {
"title": "Load EasyControl Flux Model"
}
},
"3": {
"inputs": {
"url": "https://huggingface.co/VladLikov/comfy-my/resolve/main/Ghibli.safetensors",
"lora_weight": 1,
"cond_size": 512,
"transformer": [
"2",
1
]
},
"class_type": "EasyControlLoadLoraFromURL",
"_meta": {
"title": "Load EasyControl Lora From URL"
}
},
"4": {
"inputs": {
"prompt": "Ghibli Studio style, Charming hand-drawn anime-style illustration",
"prompt_2": "",
"height": [
"6",
2
],
"width": [
"6",
1
],
"guidance_scale": 2.5,
"num_inference_steps": 15,
"seed": 772851803779658,
"cond_size": 512,
"use_zero_init": false,
"zero_steps": 1,
"pipe": [
"2",
0
],
"transformer": [
"3",
0
],
"spatial_image": [
"6",
0
]
},
"class_type": "EasyControlGenerate",
"_meta": {
"title": "EasyControl Generate"
}
},
"5": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"4",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"6": {
"inputs": {
"width": 768,
"height": 768,
"interpolation": "nearest",
"method": "keep proportion",
"condition": "always",
"multiple_of": 8,
"image": [
"1",
0
]
},
"class_type": "ImageResize+",
"_meta": {
"title": "🔧 Image Resize"
}
}
}
|