End of training
Browse files- .gitattributes +4 -0
- README.md +84 -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-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
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
instance_prompt: zzyskpq lash kit
|
| 6 |
+
widget:
|
| 7 |
+
- text: zzyskpq lash kit
|
| 8 |
+
output:
|
| 9 |
+
url: image_0.png
|
| 10 |
+
- text: zzyskpq lash kit
|
| 11 |
+
output:
|
| 12 |
+
url: image_1.png
|
| 13 |
+
- text: zzyskpq lash kit
|
| 14 |
+
output:
|
| 15 |
+
url: image_2.png
|
| 16 |
+
- text: zzyskpq lash kit
|
| 17 |
+
output:
|
| 18 |
+
url: image_3.png
|
| 19 |
+
tags:
|
| 20 |
+
- text-to-image
|
| 21 |
+
- diffusers-training
|
| 22 |
+
- diffusers
|
| 23 |
+
- lora
|
| 24 |
+
- flux
|
| 25 |
+
- flux-diffusers
|
| 26 |
+
- template:sd-lora
|
| 27 |
+
---
|
| 28 |
+
|
| 29 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 30 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
# Flux DreamBooth LoRA - 0xZeno/flux1-dev-LashGlow-LoRAV6
|
| 34 |
+
|
| 35 |
+
<Gallery />
|
| 36 |
+
|
| 37 |
+
## Model description
|
| 38 |
+
|
| 39 |
+
These are 0xZeno/flux1-dev-LashGlow-LoRAV6 DreamBooth LoRA weights for black-forest-labs/FLUX.1-dev.
|
| 40 |
+
|
| 41 |
+
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).
|
| 42 |
+
|
| 43 |
+
Was LoRA for the text encoder enabled? False.
|
| 44 |
+
|
| 45 |
+
## Trigger words
|
| 46 |
+
|
| 47 |
+
You should use `zzyskpq lash kit` to trigger the image generation.
|
| 48 |
+
|
| 49 |
+
## Download model
|
| 50 |
+
|
| 51 |
+
[Download the *.safetensors LoRA](0xZeno/flux1-dev-LashGlow-LoRAV6/tree/main) in the Files & versions tab.
|
| 52 |
+
|
| 53 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 54 |
+
|
| 55 |
+
```py
|
| 56 |
+
from diffusers import AutoPipelineForText2Image
|
| 57 |
+
import torch
|
| 58 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
| 59 |
+
pipeline.load_lora_weights('0xZeno/flux1-dev-LashGlow-LoRAV6', weight_name='pytorch_lora_weights.safetensors')
|
| 60 |
+
image = pipeline('zzyskpq lash kit').images[0]
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
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)
|
| 64 |
+
|
| 65 |
+
## License
|
| 66 |
+
|
| 67 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## Intended uses & limitations
|
| 71 |
+
|
| 72 |
+
#### How to use
|
| 73 |
+
|
| 74 |
+
```python
|
| 75 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 76 |
+
```
|
| 77 |
+
|
| 78 |
+
#### Limitations and bias
|
| 79 |
+
|
| 80 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 81 |
+
|
| 82 |
+
## Training details
|
| 83 |
+
|
| 84 |
+
[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:a912d8aa05646b24e96ac727490f49d7b51b0797ee8e9bebc1914c1f13485768
|
| 3 |
+
size 91854485
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:379dbbad534523cca091555e10fde8f752552de51655b15ae205338f78f46f83
|
| 3 |
+
size 89746864
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9344a58317744915c800fa090aa75d62ca6892cf38f9870e5225b8eac06f1123
|
| 3 |
+
size 14757
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:939de129e7400eb0c2af35480181d76723ab4e2ef2c051a38c8e8636be3b2fb4
|
| 3 |
+
size 1401
|
checkpoint-1500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2a59d4ae5007cf362811704390ced48b06d162216cd0b32b5c3a28973c0877c
|
| 3 |
+
size 91854485
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d832f15ca78099d3a0ccba88500e70f7f791d7887bcbb22ac79c8a0f729bce32
|
| 3 |
+
size 89746864
|
checkpoint-1500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c35279d967ed8b58c297dbaa638bc129df4644313bfb9478b5f45880915be762
|
| 3 |
+
size 14757
|
checkpoint-1500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a77b678fabf8246daaf9e9dae8ebdc7cf70cf9105912c8b50056e7cb518f7e83
|
| 3 |
+
size 1401
|
checkpoint-2000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d867eacbfba6d828b36d74f7c37a717f71e148d079248ae979f4741dae2cdbf2
|
| 3 |
+
size 91854485
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3e80ba3b7fca4e401a8f28f0879ede152a7cb0a20722a651c2c0d2b48e1f24f
|
| 3 |
+
size 89746864
|
checkpoint-2000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9eb53a20359585ed66036a1acc6f32f64f4a6df34b2f3b14bfc397197c89f10
|
| 3 |
+
size 14757
|
checkpoint-2000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cb12da6c588540d8fe04b0c9280991b00541e7bfb4758957c1eeebf7997c5b4
|
| 3 |
+
size 1401
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1ec8a2a10f8f43b8b0b55bd525f6a3e48cb228e750a4a7ecf0ede695a7c2d52
|
| 3 |
+
size 91854485
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2879b224b7a5a73a79cdee65b85f27194ad63ac5921218273f3282dfde0e8ffa
|
| 3 |
+
size 89746864
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07d7412c9504be3c145e7e6a939841d5318ccc8e8fba9988736d06e59ee867ca
|
| 3 |
+
size 14757
|
checkpoint-500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67e7e344c152f4b6f4bdff904ca5d5f5b9206503465f42b42356cb864e6cb963
|
| 3 |
+
size 1401
|
image_0.png
ADDED
|
Git LFS Details
|
image_1.png
ADDED
|
Git LFS Details
|
image_2.png
ADDED
|
Git LFS Details
|
image_3.png
ADDED
|
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3e80ba3b7fca4e401a8f28f0879ede152a7cb0a20722a651c2c0d2b48e1f24f
|
| 3 |
+
size 89746864
|