amd
/

Text-to-Image
Diffusers
ONNX
hishamchow commited on
Commit
d14d0be
·
verified ·
1 Parent(s): b67e7d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -21,10 +21,12 @@ _io16: model input is fp16, perform ops in fp16 and write the final result in fp
21
  ## Running
22
 
23
  ### 1. Using Amuse GUI Application
24
- Download and install Amuse GUI application to run it: https://www.amuse-ai.com/
25
 
 
 
 
 
26
 
27
- ### 2. C# Inference Demo
28
  https://github.com/TensorStack-AI/OnnxStack
29
 
30
  ```
 
21
  ## Running
22
 
23
  ### 1. Using Amuse GUI Application
 
24
 
25
+ Use Amuse GUI application to run it: https://www.amuse-ai.com/
26
+ use _io32 model to run with Amuse application
27
+
28
+ ### 2. Inference Demo
29
 
 
30
  https://github.com/TensorStack-AI/OnnxStack
31
 
32
  ```