OnnxStack icon indicating copy to clipboard operation
OnnxStack copied to clipboard

C# Stable Diffusion using ONNX Runtime

Results 9 OnnxStack issues
Sort by recently updated
recently updated
newest added

Trying the minimal stable diffusion example from the readme, when I run the code (with `executionProvider: ExecutionProvider.Cuda` in the ctor to use CUDA) I get the following error: ``` Unhandled...

Convert `stable-video-diffusion-img2vid-xt` to ONNX Olive format Modules: - [x] Vae - [ ] Unet - [ ] ImageEncoder

Support for TextGeneration ONNX models Initial support will be using OnnxRuntime-GenAI [onnxruntime-genai](https://github.com/microsoft/onnxruntime-genai) TODO: - [x] TextGeneration Project - [ ] Basic stateless pipeline - [ ] CUDA and CPU support...

Hello OnnxStack Team, I recently came across your project while searching for a method to run the stable diffusion 3 model in C#. I found the model on the Hugging...

need support for android and ios want to port

While trying Basic Stable Diffusion Example of https://www.nuget.org/packages/OnnxStack.StableDiffusion, at the following line in the code: ``` // Run Pipleine var result = await pipeline.GenerateImageAsync(promptOptions); ``` Following exception is raised: ```...

Hi folks, I'm using LCM onnx and controlnet-hed onnx together, but I will meet exception with here: // Add ControlNet outputs to Unet input foreach (var item in controlNetResults) inferenceParameters.AddInput(item);...

Description at this location: https://huggingface.co/TensorStack/Flux_schnell-f16-onnx Says to run: var pipeline = FluxPipeline.CreatePipeline("D:\\Models\\Flux_schnell-f32-onnx"); However FluxPipeline doesn't exist