HoKa commited on
Commit
c3354c3
·
verified ·
1 Parent(s): 2677f32

Upload folder using huggingface_hub

Browse files
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: Reza Kianian
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
+ # Reza Kianian
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 `Reza Kianian` 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
+
reza-kianian-000004.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3f1d3c5c7440451c2ab7191fce92d81e4ead3f04ac0492a0e53597494d0d89
3
+ size 39761192
reza-kianian-000008.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82cc665bc5ecbc3515ed8dbba7e629b8a2cc250d567a767368f76372d764ac29
3
+ size 39761192
reza-kianian-000012.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e54dfacb63134b97aac6933928eea3453974df708261eb980b588b8d9709ee
3
+ size 39761192
reza-kianian.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28b578215df29ea1b8b2c3e9e2ba49f8447b9a910f3a792d24e6a24ddc634d89
3
  size 39761192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38afa8223475a0e383fd9241561ce20ea0715e30f3441e1092404dd8cfbb6f40
3
  size 39761192
train.sh CHANGED
@@ -23,7 +23,7 @@ accelerate launch \
23
  --fp8_base \
24
  --highvram \
25
  --max_train_epochs 16 \
26
- --save_every_n_epochs 16 \
27
  --dataset_config "/home/ubuntu/fluxgym/outputs/reza-kianian/dataset.toml" \
28
  --output_dir "/home/ubuntu/fluxgym/outputs/reza-kianian" \
29
  --output_name reza-kianian \
 
23
  --fp8_base \
24
  --highvram \
25
  --max_train_epochs 16 \
26
+ --save_every_n_epochs 4 \
27
  --dataset_config "/home/ubuntu/fluxgym/outputs/reza-kianian/dataset.toml" \
28
  --output_dir "/home/ubuntu/fluxgym/outputs/reza-kianian" \
29
  --output_name reza-kianian \