Upload folder using huggingface_hub
Browse files- README.md +31 -0
- sample_prompts.txt +1 -1
- srithika.safetensors +3 -0
- train.sh +2 -2
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
- fluxgym
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
+
instance_prompt: xsrithika
|
| 13 |
+
license: other
|
| 14 |
+
license_name: flux-1-dev-non-commercial-license
|
| 15 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# srithika
|
| 19 |
+
|
| 20 |
+
A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym)
|
| 21 |
+
|
| 22 |
+
<Gallery />
|
| 23 |
+
|
| 24 |
+
## Trigger words
|
| 25 |
+
|
| 26 |
+
You should use `xsrithika` to trigger the image generation.
|
| 27 |
+
|
| 28 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
| 29 |
+
|
| 30 |
+
Weights for this model are available in Safetensors format.
|
| 31 |
+
|
sample_prompts.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
xsrithika a woman
|
|
|
|
| 1 |
+
xsrithika a woman with long black hair and a green sari smiling at the camera against a white and brown
|
srithika.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5cbed64dcdff81d084d99fe8d70cb635c52a26009639242684070bac6d72016
|
| 3 |
+
size 39762152
|
train.sh
CHANGED
|
@@ -16,13 +16,13 @@ accelerate launch \
|
|
| 16 |
--save_precision bf16 \
|
| 17 |
--network_module networks.lora_flux \
|
| 18 |
--network_dim 4 \
|
| 19 |
-
--optimizer_type adamw8bit \
|
| 20 |
--learning_rate 8e-4 \
|
| 21 |
--cache_text_encoder_outputs \
|
| 22 |
--cache_text_encoder_outputs_to_disk \
|
| 23 |
--fp8_base \
|
| 24 |
--highvram \
|
| 25 |
-
--max_train_epochs
|
| 26 |
--save_every_n_epochs 4 \
|
| 27 |
--dataset_config "/teamspace/studios/this_studio/fluxgym/outputs/srithika/dataset.toml" \
|
| 28 |
--output_dir "/teamspace/studios/this_studio/fluxgym/outputs/srithika" \
|
|
|
|
| 16 |
--save_precision bf16 \
|
| 17 |
--network_module networks.lora_flux \
|
| 18 |
--network_dim 4 \
|
| 19 |
+
--optimizer_type adamw8bit \
|
| 20 |
--learning_rate 8e-4 \
|
| 21 |
--cache_text_encoder_outputs \
|
| 22 |
--cache_text_encoder_outputs_to_disk \
|
| 23 |
--fp8_base \
|
| 24 |
--highvram \
|
| 25 |
+
--max_train_epochs 2 \
|
| 26 |
--save_every_n_epochs 4 \
|
| 27 |
--dataset_config "/teamspace/studios/this_studio/fluxgym/outputs/srithika/dataset.toml" \
|
| 28 |
--output_dir "/teamspace/studios/this_studio/fluxgym/outputs/srithika" \
|