TensorStack-AI / OnnxStack

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

FeatureExtractor Project #104

Closed saddam213 closed 10 months ago

saddam213 commented 10 months ago

Add a new project to encapsulate image feature extraction, this will handle image pre-processing for ControlNet and a NSFW image checker, eventually this will hold any other image pre-processes for things like Object Detection and Classification

Initial implementation will be for ControlNet removing the code from OnnxStackStableDiffusion