WANGP1 / defaults /ReadMe.txt
rahul7star's picture
Migrated from GitHub
30f8a30 verified
raw
history blame contribute delete
423 Bytes
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
}
}