mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-22 13:42:13 -03:00
23 lines
406 B
JSON
23 lines
406 B
JSON
{
|
|
"Efficient Loader": {
|
|
"model_cache": {
|
|
"ckpt": 1,
|
|
"vae": 1,
|
|
"lora": 1
|
|
}
|
|
},
|
|
"KSampler (Efficient)": {
|
|
"xyplot_as_output_image": false,
|
|
"vae_tiled": false
|
|
},
|
|
"XY Plot": {
|
|
"model_cache": {
|
|
"ckpt": 5,
|
|
"vae": 5,
|
|
"lora": 5
|
|
},
|
|
"vae_tiled": false
|
|
}
|
|
}
|
|
|