Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
|
|
|
| 5 |
This one is starting over with the new trainer, lets see if it fries early or converges properly.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 4 |
+
tags:
|
| 5 |
+
- stable-diffusion
|
| 6 |
+
- diffusion
|
| 7 |
+
- distillation
|
| 8 |
+
- flow-matching
|
| 9 |
+
- geometric-deep-learning
|
| 10 |
+
- research
|
| 11 |
+
library_name: diffusers
|
| 12 |
+
pipeline_tag: text-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
+
|
| 16 |
This one is starting over with the new trainer, lets see if it fries early or converges properly.
|