Update README.md (#1)
Browse files- Update README.md (aacd369e16490a15c11757a5bc3614be898d7ece)
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- black-forest-labs/FLUX.1-dev
|
4 |
+
library_name: diffusers
|
5 |
+
license: other
|
6 |
+
license_name: flux-1-dev-non-commercial-license
|
7 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
8 |
+
pipeline_tag: image-to-image
|
9 |
+
tags:
|
10 |
+
- text-to-image
|
11 |
+
- image-generation
|
12 |
+
- flux
|
13 |
+
- diffusion-single-file
|
14 |
+
language:
|
15 |
+
- en
|
16 |
+
---
|
17 |
+
|
18 |
+
This model is part of a project dedicated to the generation of nail designs using diffusion models.
|
19 |
+
|
20 |
+
Read more about how this model was trained in the Medium article:
|
21 |
+
["Fine-tuning the Flux.1-dev model for nail generation"](https://medium.com/@akhmat-s/fine-tuning-the-flux-1-model-for-nail-generation-572fff313c7b).
|
22 |
+
|
23 |
+
> This article discusses the training of a diffusion model for nail design generation. The primary objective of our experiment is to develop a highly effective tool using relatively small datasets. To accomplish this, we use [Flux.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev), a text-to-image model capable of generating output images based on provided textual inputs. The model was trained utilizing a strategy of preprocessing text queries, enhancing the accuracy and informativeness of the generated images.
|