Files
efficiency-nodes-comfyui/node_settings.json
TSC 5bb31511ac Bug Fixes + Tiled VAE moved to KSamplers
This commit includes many changes:
- Improved installation of required python packages and improved logic when installation fails
- Moved VAE tile option from node_settings.json to the Efficient KSampler's "vae_decode" input
- Changed preview image logic, now its much less buggy
2023-08-13 10:41:59 -05:00

18 lines
282 B
JSON

{
"Efficient Loader": {
"model_cache": {
"ckpt": 1,
"vae": 1,
"lora": 1
}
},
"XY Plot": {
"model_cache": {
"ckpt": 5,
"vae": 5,
"lora": 5
}
}
}