Commit
·
435f5f7
1
Parent(s):
4d4b3df
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- pimentooliver/fungi
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
library_name: diffusers
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
---
|
9 |
+
This is a fine-tune of CompVis/stable-diffusion-v1-4. It has been fine tuned on a dataset of fungi imagery which has been clustered to represent 'species'.
|
10 |
+
Each 'species' has been assigned a generated name in an attempt to fine-tune the model on nonexistent fungal species.
|
11 |
+
Unfortunately, this model has been impacted by catastrophic forgetting. It will be retrained soon, upload only for academic use.
|