1
0
Fork 0

chore(docs): add new extras fields to user guide

This commit is contained in:
Sean Sube 2023-06-24 14:12:57 -05:00
parent cc986b650e
commit 9e58818ffb
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 36 additions and 10 deletions

View File

@ -1157,6 +1157,8 @@ some common configurations in a server context.
- diffusion - diffusion
- array of diffusion models - array of diffusion models
- each one has: - each one has:
- config
- string
- format - format
- one of: - one of:
- bin - bin
@ -1165,16 +1167,8 @@ some common configurations in a server context.
- pt - pt
- pth - pth
- safetensors - safetensors
- label - image_size
- string - number
- name
- string
- source
- string
- config
- string
- vae
- string
- inversions - inversions
- array of inversion networks - array of inversion networks
- permanently blended with the base model - permanently blended with the base model
@ -1185,6 +1179,8 @@ some common configurations in a server context.
- label - label
- token - token
- weight - weight
- label
- string
- loras - loras
- array of lora networks - array of lora networks
- permanently blended with the base model - permanently blended with the base model
@ -1193,6 +1189,27 @@ some common configurations in a server context.
- source - source
- label - label
- weight - weight
- name
- string
- pipeline
- one of:
- controlnet
- img2img
- inpaint
- lpw
- panorama
- pix2pix
- txt2img
- upscaling
- source
- string
- vae
- string
- version
- one of:
- v1
- v2
- v2.1
- correction - correction
- array of correction models - array of correction models
- each one has: - each one has:
@ -1200,6 +1217,10 @@ some common configurations in a server context.
- same formats as diffusion models - same formats as diffusion models
- label - label
- string - string
- model
- one of:
- codeformer
- gfpgan
- name - name
- string - string
- source - source
@ -1211,6 +1232,11 @@ some common configurations in a server context.
- same formats as diffusion models - same formats as diffusion models
- label - label
- string - string
- model
- one of:
- bsrgan
- resrgan
- swinir
- name - name
- string - string
- source - source