Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 642 Bytes

Transformer Lab Galleries

Galleries for Models, Datasets, and Plugins used by Transformer Lab

How to add new Models, Datasets, or Plugins:

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:

  1. 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.
  2. Run: python3 src/combineJSON.py to validate your addition.
  3. If everything works, open a pull request with your addition.