Upload 6 files
Browse files- Icon.png +2 -2
- README.md +2 -9
- Sample.png +2 -2
- Sample2.png +2 -2
- Sample3.png +2 -2
- Sample4.png +2 -2
Icon.png
CHANGED
Git LFS Details
|
Git LFS Details
|
README.md
CHANGED
@@ -7,24 +7,17 @@ pipeline_tag: text-to-image
|
|
7 |
https://huggingface.co/black-forest-labs/FLUX.1-schnell
|
8 |
|
9 |
|
10 |
-
## Note on Float16 Conversion:
|
11 |
-
|
12 |
-
The Float16 conversion of this model is not yet perfect, and there is a noticeable quality difference compared to the ONNX [Float32](https://huggingface.co/TensorStack/Flux_schnell-f32-onnx) version. While it still produces fantastic images, we are actively working on improving the precision of this model.
|
13 |
-
|
14 |
-
We welcome any community assistance or input regarding this conversion.
|
15 |
-
|
16 |
-
|
17 |
## C# Inference Demo
|
18 |
https://github.com/TensorStack-AI/OnnxStack
|
19 |
|
20 |
```csharp
|
21 |
// Create Pipeline
|
22 |
-
var pipeline = FluxPipeline.CreatePipeline("D:\\Models\\Flux_schnell-
|
23 |
|
24 |
// Prompt
|
25 |
var promptOptions = new PromptOptions
|
26 |
{
|
27 |
-
Prompt = "
|
28 |
};
|
29 |
|
30 |
// Scheduler Options
|
|
|
7 |
https://huggingface.co/black-forest-labs/FLUX.1-schnell
|
8 |
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
## C# Inference Demo
|
11 |
https://github.com/TensorStack-AI/OnnxStack
|
12 |
|
13 |
```csharp
|
14 |
// Create Pipeline
|
15 |
+
var pipeline = FluxPipeline.CreatePipeline("D:\\Models\\Flux_schnell-f16-onnx");
|
16 |
|
17 |
// Prompt
|
18 |
var promptOptions = new PromptOptions
|
19 |
{
|
20 |
+
Prompt = "A cow in a suit holding a sign that says 'OnnxStack Flux', intricate design and details, hyperrealism, photorealistic, cinematic."
|
21 |
};
|
22 |
|
23 |
// Scheduler Options
|
Sample.png
CHANGED
Git LFS Details
|
Git LFS Details
|
Sample2.png
CHANGED
Git LFS Details
|
Git LFS Details
|
Sample3.png
CHANGED
Git LFS Details
|
Git LFS Details
|
Sample4.png
CHANGED
Git LFS Details
|
Git LFS Details
|