Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,9 @@ And 200 LLM captioned e621 images: https://huggingface.co/datasets/lodestones/e6
|
|
9 |
|
10 |
The total trained images are just 400 total , randomly selected , so this LoRa adaptation is very basic! You can likely train a better version yourself with listed tools on Google Colab Free Tier T4.
|
11 |
|
|
|
|
|
|
|
12 |
//----//
|
13 |
|
14 |
I made some .parquets of the captions here for easier browsing: https://huggingface.co/datasets/codeShare/chroma_prompts
|
|
|
9 |
|
10 |
The total trained images are just 400 total , randomly selected , so this LoRa adaptation is very basic! You can likely train a better version yourself with listed tools on Google Colab Free Tier T4.
|
11 |
|
12 |
+
|
13 |
+
Want to train your own LoRa from a JSON or .parquet set if data? Use this notebook found in this repo: https://huggingface.co/codeShare/flux_chroma_image_captioner/blob/main/train_on_parquet.ipynb
|
14 |
+
|
15 |
//----//
|
16 |
|
17 |
I made some .parquets of the captions here for easier browsing: https://huggingface.co/datasets/codeShare/chroma_prompts
|