Files
efficiency-nodes-comfyui/node_settings.json
TSC 160348782a KSampler XY Plot Output Behavior Option
Moved the xy_plot_as_output_image setting from the json into the XY Plot node.
2023-06-15 22:38:54 -05:00

22 lines
364 B
JSON

{
"Efficient Loader": {
"model_cache": {
"ckpt": 1,
"vae": 1,
"lora": 1
}
},
"KSampler (Efficient)": {
"vae_tiled": false
},
"XY Plot": {
"model_cache": {
"ckpt": 5,
"vae": 5,
"lora": 5
},
"vae_tiled": false
}
}