mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 13:12:13 -03:00
This PR is a huge update, I added/fixed so many things that I will explain all the updates later on the release notes.
20 lines
330 B
JSON
20 lines
330 B
JSON
{
|
|
"Efficient Loader": {
|
|
"model_cache": {
|
|
"vae": 1,
|
|
"ckpt": 1,
|
|
"lora": 1,
|
|
"refn": 1
|
|
}
|
|
},
|
|
"XY Plot": {
|
|
"model_cache": {
|
|
"vae": 5,
|
|
"ckpt": 5,
|
|
"lora": 5,
|
|
"refn": 1
|
|
}
|
|
}
|
|
}
|
|
|