Upload 2 files
Browse files- loras.json +18 -0
- requirements.txt +6 -0
loras.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"repo": "kayte0342/kayte_flux",
|
| 4 |
+
"image": "https://huggingface.co/kayte0342/kayte_flux/blob/main/image%20(8).png",
|
| 5 |
+
"trigger_word": "kayte,",
|
| 6 |
+
"trigger_position": "prepend",
|
| 7 |
+
"title": "Kayte Flux Lora",
|
| 8 |
+
"aspect": "portrait"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"image": "https://huggingface.co/kayte0342/fairycore_flux/blob/main/2025-02-04_21-52-09_4221.png",
|
| 12 |
+
"repo": "kayte0342/fairycore_flux",
|
| 13 |
+
"trigger_word": "Fairy-core",
|
| 14 |
+
"title": "Fairy-core Flux",
|
| 15 |
+
"trigger_position": "prepend"
|
| 16 |
+
},
|
| 17 |
+
|
| 18 |
+
]
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers.git
|
| 2 |
+
git+https://github.com/huggingface/transformers.git
|
| 3 |
+
git+https://github.com/huggingface/accelerate.git
|
| 4 |
+
safetensors
|
| 5 |
+
sentencepiece
|
| 6 |
+
git+https://github.com/huggingface/peft.git
|