File size: 1,185 Bytes
7e658fc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
base_model:
- black-forest-labs/FLUX.1-dev
library_name: diffusers
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
pipeline_tag: image-to-image
tags:
- text-to-image
- image-generation
- flux
- diffusion-single-file
language:
- en
---
This model is part of a project dedicated to the generation of nail designs using diffusion models.
Read more about how this model was trained in the Medium article:
["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).
> 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. |