Skip to content

Commit

Permalink
remove template and add the metadata example direclty in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
userna committed Apr 11, 2024
1 parent 529045d commit 63e51eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ You are welcome to put up Pull Requests to add new scripts to the "Community" se

3. Add a `metadata.json` file that contains the metadata including name and other information. If metadata.json is not provided, the default metadata will be generated based on the name of the js file.

Example metadata.json
```javascript
{
"display_name": "SD Ultimate Upscale",
"author": "",
"file": "sd-ultimate-upscale.js",
"description": "Generate high-quality, high-resolution images from low-resolution inputs, while preserving fine details and textures."
}
```

Then add the directory name for your script into the `scripts.txt` file at the top level of the repository.

# How It Works
Expand Down
6 changes: 0 additions & 6 deletions scripts-metadata-template.json

This file was deleted.

0 comments on commit 63e51eb

Please sign in to comment.