End of training
Browse files- README.md +72 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scheduler.bin +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-2500/optimizer.bin +3 -0
- checkpoint-2500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-2500/random_states_0.pkl +3 -0
- checkpoint-2500/scheduler.bin +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-3500/optimizer.bin +3 -0
- checkpoint-3500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-3500/random_states_0.pkl +3 -0
- checkpoint-3500/scheduler.bin +3 -0
- checkpoint-4000/optimizer.bin +3 -0
- checkpoint-4000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-4000/random_states_0.pkl +3 -0
- checkpoint-4000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scheduler.bin +3 -0
- logs/dreambooth-flux-dev-lora/1743089343.3740938/events.out.tfevents.1743089343.192-222-56-88.126471.1 +3 -0
- logs/dreambooth-flux-dev-lora/1743089343.386548/hparams.yml +73 -0
- logs/dreambooth-flux-dev-lora/events.out.tfevents.1743089343.192-222-56-88.126471.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
instance_prompt: a photo of xjiminx
|
| 6 |
+
widget: []
|
| 7 |
+
tags:
|
| 8 |
+
- text-to-image
|
| 9 |
+
- diffusers-training
|
| 10 |
+
- diffusers
|
| 11 |
+
- lora
|
| 12 |
+
- flux
|
| 13 |
+
- flux-diffusers
|
| 14 |
+
- template:sd-lora
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 18 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
# Flux DreamBooth LoRA - xgemstarx/subset_64_step_4096_model
|
| 22 |
+
|
| 23 |
+
<Gallery />
|
| 24 |
+
|
| 25 |
+
## Model description
|
| 26 |
+
|
| 27 |
+
These are xgemstarx/subset_64_step_4096_model DreamBooth LoRA weights for black-forest-labs/FLUX.1-dev.
|
| 28 |
+
|
| 29 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [Flux diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_flux.md).
|
| 30 |
+
|
| 31 |
+
Was LoRA for the text encoder enabled? False.
|
| 32 |
+
|
| 33 |
+
## Trigger words
|
| 34 |
+
|
| 35 |
+
You should use `a photo of xjiminx` to trigger the image generation.
|
| 36 |
+
|
| 37 |
+
## Download model
|
| 38 |
+
|
| 39 |
+
[Download the *.safetensors LoRA](xgemstarx/subset_64_step_4096_model/tree/main) in the Files & versions tab.
|
| 40 |
+
|
| 41 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 42 |
+
|
| 43 |
+
```py
|
| 44 |
+
from diffusers import AutoPipelineForText2Image
|
| 45 |
+
import torch
|
| 46 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
| 47 |
+
pipeline.load_lora_weights('xgemstarx/subset_64_step_4096_model', weight_name='pytorch_lora_weights.safetensors')
|
| 48 |
+
image = pipeline('a photo of xjiminx').images[0]
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
| 52 |
+
|
| 53 |
+
## License
|
| 54 |
+
|
| 55 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
## Intended uses & limitations
|
| 59 |
+
|
| 60 |
+
#### How to use
|
| 61 |
+
|
| 62 |
+
```python
|
| 63 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
#### Limitations and bias
|
| 67 |
+
|
| 68 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 69 |
+
|
| 70 |
+
## Training details
|
| 71 |
+
|
| 72 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c57f78701807cb3b39bcfd536a64a77456efa750e47d69a04e87115a8cbf2176
|
| 3 |
+
size 79235394
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4028dc4fe6f559c6e0799c194d5daaf8b72e25a5a0a7c6abe14090da44406ab6
|
| 3 |
+
size 22504080
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e33b3227876b9d2b9b243f7df12ef4bb94b880549c55800d12ba52780c68da4
|
| 3 |
+
size 14344
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e55c075b40ce3ab6db2c27ecf3b4c90bc4e612fff3a226e651c44881d6a2404
|
| 3 |
+
size 1000
|
checkpoint-1500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5982b34521f3eaf8d95b07f7a3ac4c4002bb710849fefe4263feeedeacf54985
|
| 3 |
+
size 79235394
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57cad4d669fe824329ae87be3ba4f37aeac7476e72ea56d62a3aaf0ba5d67401
|
| 3 |
+
size 22504080
|
checkpoint-1500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36f4270118faecf9189f3a6e203b67e0e7001939b3d34f686037d8ffdc6125c3
|
| 3 |
+
size 14344
|
checkpoint-1500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab46152b551fb24cef10d97aece42dc7616a1a1b456640ac3f526f7abac6e0e3
|
| 3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d44d3cd3d60733b6db4313d353b09db82f88b97035182412f8cba30f9fac77cd
|
| 3 |
+
size 79235394
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9504e591f4e6f711e1d473917a41a06a45d757ddc7931afeed3658575bd475ac
|
| 3 |
+
size 22504080
|
checkpoint-2000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf61c0d1924e1b848098560d6503eb3d6eae6eacd96cd7f20022a770f8e94371
|
| 3 |
+
size 14344
|
checkpoint-2000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:493642aa6dcb7f188f018b7691aba9287429fa60e412f5f63a1430602afc2557
|
| 3 |
+
size 1000
|
checkpoint-2500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97610d7301d552627cfaf51a91cdc78114b1e45a4c5034ce20dfbb42df1f1e23
|
| 3 |
+
size 79235394
|
checkpoint-2500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8058649d90a024d568898b8f75ae6e9d3122343d12f4529116c1791c831afbde
|
| 3 |
+
size 22504080
|
checkpoint-2500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8e424737258cd13165c76c81e9413e7e92a58012150795a3f1c124c43e89322
|
| 3 |
+
size 14344
|
checkpoint-2500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c6b8457d8ed1c4a1141131dfb2267827bfa81f1b7214dc7a16e697888e0382e
|
| 3 |
+
size 1000
|
checkpoint-3000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3c19d41d5264b89585947b67eb0fc16a91bed74ebadec4c2afe9210fe16fd16
|
| 3 |
+
size 79235394
|
checkpoint-3000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9460c72b4e34d10ed755743137216cd84ac65ea1168bfdbb3dccd23ced6f3438
|
| 3 |
+
size 22504080
|
checkpoint-3000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2de4ad0f9deacc63cfbaa4b3cde57366ddf0328c4f931c1cddc14d8832be1f4
|
| 3 |
+
size 14344
|
checkpoint-3000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f64a65ba99578a884b4851fbf9e08190ff85a9f85bd177a7358113febdc91ff8
|
| 3 |
+
size 1000
|
checkpoint-3500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e89d93323ff13114fb9aad0eb683774d93997f521e6aa865f6df1fa375cb23b7
|
| 3 |
+
size 79235394
|
checkpoint-3500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fb98582c6b1cf6e7c34ec087382ce44af17ce10bc08ece4da2a00e1f521eb47
|
| 3 |
+
size 22504080
|
checkpoint-3500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a7949e3e46046f469c27b202087404d66708c62d8925b99a8dea1623637e02d
|
| 3 |
+
size 14344
|
checkpoint-3500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adc552d20c458f353da0a8721d9dd31f803a69d5ff195a78140771c51334d243
|
| 3 |
+
size 1000
|
checkpoint-4000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebd36a3b1b7fb6a3bcce150938d92748b38fcbb576143ac74580ff5a2b090583
|
| 3 |
+
size 79235394
|
checkpoint-4000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9df11821cac85e32ce069ee472d76c0e046821a3cc2623c37d8c6d59c18f58c
|
| 3 |
+
size 22504080
|
checkpoint-4000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495360d225ecb9fb0a71d15596e435d2967982145f2abd9978cfe81296527339
|
| 3 |
+
size 14344
|
checkpoint-4000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4df1ca2241fd5ca43d2e996891e7ed9a2640954f8b09f2f2d27868cad17f02fc
|
| 3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ae9539c131da211adf4f2c8d8edb6c937a10bbe652f9eebe93d1dd2478e07c1
|
| 3 |
+
size 79235394
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:977db128b73044e6013b1893e8e4eff3d8be49cd67612b368934c2cea8d70002
|
| 3 |
+
size 22504080
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b628b9395021d0a7c5126f4d5c67c745b0bb7966b15b6f85657eaa52e2c90504
|
| 3 |
+
size 14344
|
checkpoint-500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d64e43d780f79b2c41c77b3638f3da55c2a3273c6e72a559cfe6fb2b05479b63
|
| 3 |
+
size 1000
|
logs/dreambooth-flux-dev-lora/1743089343.3740938/events.out.tfevents.1743089343.192-222-56-88.126471.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ba2a11fde8407e2446de4181abeedeaf4d4ccfe8ed64dcc9fb2468b29aa9717
|
| 3 |
+
size 3239
|
logs/dreambooth-flux-dev-lora/1743089343.386548/hparams.yml
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
cache_latents: false
|
| 9 |
+
caption_column: null
|
| 10 |
+
center_crop: false
|
| 11 |
+
checkpointing_steps: 500
|
| 12 |
+
checkpoints_total_limit: null
|
| 13 |
+
class_data_dir: null
|
| 14 |
+
class_prompt: null
|
| 15 |
+
dataloader_num_workers: 0
|
| 16 |
+
dataset_config_name: null
|
| 17 |
+
dataset_name: null
|
| 18 |
+
gradient_accumulation_steps: 4
|
| 19 |
+
gradient_checkpointing: false
|
| 20 |
+
guidance_scale: 1.0
|
| 21 |
+
hub_model_id: null
|
| 22 |
+
hub_token: null
|
| 23 |
+
image_column: image
|
| 24 |
+
instance_data_dir: subset_64
|
| 25 |
+
instance_prompt: a photo of xjiminx
|
| 26 |
+
learning_rate: 1.0
|
| 27 |
+
local_rank: -1
|
| 28 |
+
logging_dir: logs
|
| 29 |
+
logit_mean: 0.0
|
| 30 |
+
logit_std: 1.0
|
| 31 |
+
lora_layers: null
|
| 32 |
+
lr_num_cycles: 1
|
| 33 |
+
lr_power: 1.0
|
| 34 |
+
lr_scheduler: constant
|
| 35 |
+
lr_warmup_steps: 0
|
| 36 |
+
max_grad_norm: 1.0
|
| 37 |
+
max_sequence_length: 512
|
| 38 |
+
max_train_steps: 4096
|
| 39 |
+
mixed_precision: bf16
|
| 40 |
+
mode_scale: 1.29
|
| 41 |
+
num_class_images: 100
|
| 42 |
+
num_train_epochs: 256
|
| 43 |
+
num_validation_images: 4
|
| 44 |
+
optimizer: prodigy
|
| 45 |
+
output_dir: subset_64_step_4096_model
|
| 46 |
+
pretrained_model_name_or_path: black-forest-labs/FLUX.1-dev
|
| 47 |
+
prior_generation_precision: null
|
| 48 |
+
prior_loss_weight: 1.0
|
| 49 |
+
prodigy_beta3: null
|
| 50 |
+
prodigy_decouple: true
|
| 51 |
+
prodigy_safeguard_warmup: true
|
| 52 |
+
prodigy_use_bias_correction: true
|
| 53 |
+
push_to_hub: true
|
| 54 |
+
random_flip: false
|
| 55 |
+
rank: 4
|
| 56 |
+
repeats: 1
|
| 57 |
+
report_to: tensorboard
|
| 58 |
+
resolution: 512
|
| 59 |
+
resume_from_checkpoint: null
|
| 60 |
+
revision: null
|
| 61 |
+
sample_batch_size: 4
|
| 62 |
+
scale_lr: false
|
| 63 |
+
seed: 0
|
| 64 |
+
text_encoder_lr: 5.0e-06
|
| 65 |
+
train_batch_size: 1
|
| 66 |
+
train_text_encoder: false
|
| 67 |
+
upcast_before_saving: false
|
| 68 |
+
use_8bit_adam: false
|
| 69 |
+
validation_epochs: 50
|
| 70 |
+
validation_prompt: null
|
| 71 |
+
variant: null
|
| 72 |
+
weighting_scheme: none
|
| 73 |
+
with_prior_preservation: false
|
logs/dreambooth-flux-dev-lora/events.out.tfevents.1743089343.192-222-56-88.126471.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbba8876d7d6a51ad53a109dd1e180451b09198dc39496a97d9f603e359dc505
|
| 3 |
+
size 1375310
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1c0e9b04e7008668e9569816db1f8db461f2986226c0de8b2d3a4736d8fe8d3
|
| 3 |
+
size 22504080
|