Testing onnx in new ui updates

This commit is contained in:
Brandon Rising
2023-07-14 14:24:15 -04:00
parent 524888bf3b
commit bd7b59910d
28 changed files with 698 additions and 385 deletions

View File

@ -22,7 +22,7 @@ class ModelProbeInfo(object):
variant_type: ModelVariantType
prediction_type: SchedulerPredictionType
upcast_attention: bool
format: Literal['diffusers','checkpoint', 'lycoris']
format: Literal['diffusers','checkpoint', 'lycoris', 'olive']
image_size: int
class ProbeBase(object):