Galleries for Models, Datasets, and Plugins used by Transformer Lab
Do not modify the json files in the root directory directly. They are autogenerated using a script that looks at the JSON / YAML files in the models / datasets / plugins / prompts directories.
To add to the galleries:
- Fork this repo, create a branch and add a new JSON file in the models/datasets/plugins/prompts folder, using exiting files as a template.
- Run:
python3 src/combineJSON.py
to validate your addition. - If everything works, open a pull request with your addition.