mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
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
18 lines
282 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
|