Upload folder using huggingface_hub
Browse files- README.md +2 -2
- dataset.toml +1 -1
- persepolis.safetensors +2 -2
- sample_prompts.txt +1 -1
- train.sh +1 -1
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
10 |
|
11 |
base_model: black-forest-labs/FLUX.1-dev
|
12 |
-
instance_prompt:
|
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
|
@@ -23,7 +23,7 @@ A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cockta
|
|
23 |
|
24 |
## Trigger words
|
25 |
|
26 |
-
You should use `
|
27 |
|
28 |
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
29 |
|
|
|
9 |
|
10 |
|
11 |
base_model: black-forest-labs/FLUX.1-dev
|
12 |
+
instance_prompt: persepolis
|
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
|
|
|
23 |
|
24 |
## Trigger words
|
25 |
|
26 |
+
You should use `persepolis` to trigger the image generation.
|
27 |
|
28 |
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
29 |
|
dataset.toml
CHANGED
@@ -10,5 +10,5 @@ keep_tokens = 1
|
|
10 |
|
11 |
[[datasets.subsets]]
|
12 |
image_dir = '/home/ubuntu/fluxgym/datasets/persepolis'
|
13 |
-
class_tokens = '
|
14 |
num_repeats = 10
|
|
|
10 |
|
11 |
[[datasets.subsets]]
|
12 |
image_dir = '/home/ubuntu/fluxgym/datasets/persepolis'
|
13 |
+
class_tokens = 'persepolis'
|
14 |
num_repeats = 10
|
persepolis.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c33b360606b82ea0c120fe38b9a2aa3c2c977c8a527d999623073115ce59976
|
3 |
+
size 39762792
|
sample_prompts.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
persepolis
|
train.sh
CHANGED
@@ -23,7 +23,7 @@ accelerate launch \
|
|
23 |
--fp8_base \
|
24 |
--highvram \
|
25 |
--max_train_epochs 16 \
|
26 |
-
--save_every_n_epochs
|
27 |
--dataset_config "/home/ubuntu/fluxgym/outputs/persepolis/dataset.toml" \
|
28 |
--output_dir "/home/ubuntu/fluxgym/outputs/persepolis" \
|
29 |
--output_name persepolis \
|
|
|
23 |
--fp8_base \
|
24 |
--highvram \
|
25 |
--max_train_epochs 16 \
|
26 |
+
--save_every_n_epochs 16 \
|
27 |
--dataset_config "/home/ubuntu/fluxgym/outputs/persepolis/dataset.toml" \
|
28 |
--output_dir "/home/ubuntu/fluxgym/outputs/persepolis" \
|
29 |
--output_name persepolis \
|