File size: 903 Bytes
1e3b872 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
{
"__comment": "Do not use or modify this file. This file is used as a template for generating config.json and nothing else.",
"modules": {
"AlphaChanel": true,
"Clamp": true,
"ImageBatch": true,
"ImageComposite": true,
"ImageContainer": true,
"ImageDraw": true,
"ImageEffects": true,
"ImageFilter": true,
"ImageNoise": true,
"ImageSegmentation": true,
"ImageText": true,
"ImageTransform": true
},
"override": {
"postprocessing": false,
"transform": false,
"debug": false
},
"updates": {
"update_frequency": "day",
"notify_if_has_new_updates": true,
"notify_if_no_new_updates": true,
"auto_update": true,
"branch_name": "main",
"update_mode": "soft",
"confirm_unstable_agreement": false
},
"fonts": {
"folder_path": "comfy_extras/fonts",
"system_fonts": false,
"user_fonts": false
}
}
|