Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# stable-diffusion-1.5 optimized for AMD GPU
|
| 5 |
|
|
@@ -12,7 +16,15 @@ _io32: model input is fp32, model will convert the input to fp16, perform ops in
|
|
| 12 |
|
| 13 |
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
| 14 |
|
| 15 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
Use the code below to get started with the model.
|
| 18 |
|
|
@@ -76,6 +88,4 @@ print(f"Generated {output_path}")
|
|
| 76 |
|
| 77 |
### Inference Results
|
| 78 |
|
| 79 |
-

|
| 80 |
-
|
| 81 |
-
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-to-image
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model:
|
| 5 |
+
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 6 |
+
library_name: diffusers
|
| 7 |
---
|
| 8 |
# stable-diffusion-1.5 optimized for AMD GPU
|
| 9 |
|
|
|
|
| 16 |
|
| 17 |
_io16: model input is fp16, perform ops in fp16 and write the final result in fp16
|
| 18 |
|
| 19 |
+
## Running
|
| 20 |
+
|
| 21 |
+
### 1. Using Amuse GUI Application
|
| 22 |
+
|
| 23 |
+
Use Amuse GUI application to run it: https://www.amuse-ai.com/
|
| 24 |
+
use _io32 model to run with Amuse application
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
### 2. Inference Demo
|
| 28 |
|
| 29 |
Use the code below to get started with the model.
|
| 30 |
|
|
|
|
| 88 |
|
| 89 |
### Inference Results
|
| 90 |
|
| 91 |
+

|
|
|
|
|
|