TensorStack-AI / OnnxStack

C# Stable Diffusion using ONNX Runtime
Apache License 2.0
221 stars 33 forks source link

Improve ModelSet runtime management #63

Closed saddam213 closed 11 months ago

saddam213 commented 11 months ago

Currently you need to use the OnnxModelService to add/update ModelSets, this can be cumbersome when using StableDiffusionService or 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