- package constant
- const (
- MjErrorUnknown = 5
- MjRequestError = 4
- )
- const (
- MjActionImagine = "IMAGINE"
- MjActionDescribe = "DESCRIBE"
- MjActionBlend = "BLEND"
- MjActionUpscale = "UPSCALE"
- MjActionVariation = "VARIATION"
- MjActionInPaint = "INPAINT"
- MjActionInPaintPre = "INPAINT_PRE"
- )
|