Closed saddam213 closed 11 months ago
Currently you need to use the OnnxModelService to add/update ModelSets, this can be cumbersome when using StableDiffusionService or UpscaleService
OnnxModelService
ModelSets
StableDiffusionService
UpscaleService
This PR aims to simplify this a bit by wrapping the add/update calls to OnnxModelService in their respective services
Now there are 2 projects using OnnxModelService I might try ensure they match in terms of use/pattern
Currently you need to use the
OnnxModelService
to add/updateModelSets
, this can be cumbersome when usingStableDiffusionService
orUpscaleService
This PR aims to simplify this a bit by wrapping the add/update calls to
OnnxModelService
in their respective servicesNow there are 2 projects using
OnnxModelService
I might try ensure they match in terms of use/pattern