Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,9 @@ license_name: flux-1-dev-non-commercial-license
|
|
19 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
20 |
---
|
21 |
|
|
|
|
|
|
|
22 |
# amul_mascot_girl_flux_lora_v1_fp16
|
23 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
24 |
<Gallery />
|
@@ -32,3 +35,22 @@ You should use `amul girl` to trigger the image generation.
|
|
32 |
Weights for this model are available in Safetensors format.
|
33 |
|
34 |
[Download](/None/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
20 |
---
|
21 |
|
22 |
+
Scripts for preprocessing , inferencing and finetuning the most popular [amul mascot girl](https://en.wikipedia.org/wiki/Amul_girl)
|
23 |
+
- Used flux 1.1 dev model with lora (low rank adaption) for finetuning text to image generation
|
24 |
+
|
25 |
# amul_mascot_girl_flux_lora_v1_fp16
|
26 |
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit)
|
27 |
<Gallery />
|
|
|
35 |
Weights for this model are available in Safetensors format.
|
36 |
|
37 |
[Download](/None/tree/main) them in the Files & versions tab.
|
38 |
+
|
39 |
+
### preprocessing
|
40 |
+
https://github.com/sanjay7178/amul-mascot-girl-flux-t2i/blob/main/amul_mascot_girl_preprocess.ipynb
|
41 |
+
|
42 |
+
### dataset
|
43 |
+
https://huggingface.co/datasets/sanjay7178/amul-mascot-girl
|
44 |
+
|
45 |
+
### finetuning
|
46 |
+
coming soon ..
|
47 |
+
|
48 |
+
### inference (gradio demo)
|
49 |
+
coming soon ..
|
50 |
+
|
51 |
+
### results
|
52 |
+
coming soon ..
|
53 |
+
|
54 |
+
### benchmarks
|
55 |
+
coming soon ..
|
56 |
+
|