Spaces:
Runtime error
Runtime error
Commit ·
dae5f03
1
Parent(s): f46c8d3
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,4 +14,8 @@ A demo space for https://huggingface.co/johnowhitaker/orbgan_e1
|
|
| 14 |
|
| 15 |
Runs a lightwieght-gan trained on https://huggingface.co/datasets/johnowhitaker/glid3_orbs.
|
| 16 |
See model card (https://huggingface.co/johnowhitaker/orbgan_e1) for training and inference scripts.
|
| 17 |
-
n_rows controls how many it makes at a time, the result being an n_rows by n_rows grid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Runs a lightwieght-gan trained on https://huggingface.co/datasets/johnowhitaker/glid3_orbs.
|
| 16 |
See model card (https://huggingface.co/johnowhitaker/orbgan_e1) for training and inference scripts.
|
| 17 |
+
n_rows controls how many it makes at a time, the result being an n_rows by n_rows grid.
|
| 18 |
+
|
| 19 |
+
I've also added two similar models (orbgan_dark and orbgan_light) - the only difference is that they were trained on subsets of the training data to get more consistent outputs.
|
| 20 |
+
|
| 21 |
+
Feel free to reach out if you have questions or want to replicate this for yourself :)
|