hishamchow commited on
Commit
12edc2b
·
verified ·
1 Parent(s): a371835

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -7,16 +7,11 @@ library_name: diffusers
7
  libraries: ONNX
8
  ---
9
 
10
- # black-forest-labs/FLUX.1-schnell - AMD Optimized ONNX
11
 
12
  ## Original Model
13
  https://huggingface.co/black-forest-labs/FLUX.1-schnell
14
 
15
- ## _io32/16
16
- _io32: model input is fp32, model will convert the input to fp16, perform ops in fp16 and write the final result in fp32
17
-
18
- _io16: model input is fp16, perform ops in fp16 and write the final result in fp16
19
-
20
  ## Running
21
 
22
  ### 1. Using Amuse GUI Application
@@ -29,7 +24,7 @@ https://github.com/TensorStack-AI/OnnxStack
29
  ```
30
  // csharp example
31
  // Create Pipeline
32
- var pipeline = FluxPipeline.CreatePipeline("D:\\Models\\Flux.1-schnell_amdgpu");
33
  // Prompt
34
  var promptOptions = new PromptOptions
35
  {
@@ -50,4 +45,4 @@ var result = await pipeline.GenerateImageAsync(promptOptions, schedulerOptions);
50
  await result.SaveAsync("Result.png");
51
  ```
52
  ## Inference Result
53
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f275d7b06ca1ff48a356fb/kyrSMRDW_Xs1iB5xUoGPm.png)
 
7
  libraries: ONNX
8
  ---
9
 
10
+ # black-forest-labs/FLUX.1-schnell-onnx
11
 
12
  ## Original Model
13
  https://huggingface.co/black-forest-labs/FLUX.1-schnell
14
 
 
 
 
 
 
15
  ## Running
16
 
17
  ### 1. Using Amuse GUI Application
 
24
  ```
25
  // csharp example
26
  // Create Pipeline
27
+ var pipeline = FluxPipeline.CreatePipeline("D:\\Models\\FLUX.1-schnell-onnx");
28
  // Prompt
29
  var promptOptions = new PromptOptions
30
  {
 
45
  await result.SaveAsync("Result.png");
46
  ```
47
  ## Inference Result
48
+ ![image/png](https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/schnell_grid.jpeg)