1
0
Fork 0

add hash field to extras schema and user guide

This commit is contained in:
Sean Sube 2023-06-26 19:18:20 -05:00
parent 062b1c47aa
commit 732eb9913e
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,8 @@ $defs:
properties: properties:
config: config:
type: string type: string
hash:
type: string
image_size: image_size:
type: number type: number
inversions: inversions:

View File

@ -1167,6 +1167,8 @@ some common configurations in a server context.
- pt - pt
- pth - pth
- safetensors - safetensors
- hash
- string
- image_size - image_size
- number - number
- inversions - inversions