File size: 423 Bytes
30f8a30
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Please dot not modify any file in this Folder.

If you want to change a property of a default model, copy the corrresponding model file in the ./finetunes folder and modify the properties you want to change in the new file.
If a property is not in the new file, it will be inherited automatically from the default file that matches the same name file.

For instance to hide a model:

{
	"model":
	{
		"visible": false
	}
}