End of training
Browse files- .gitattributes +4 -0
- README.md +89 -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-1200/optimizer.bin +3 -0
- checkpoint-1200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1200/random_states_0.pkl +3 -0
- checkpoint-1200/scheduler.bin +3 -0
- checkpoint-1400/optimizer.bin +3 -0
- checkpoint-1400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1400/random_states_0.pkl +3 -0
- checkpoint-1400/scheduler.bin +3 -0
- checkpoint-1600/optimizer.bin +3 -0
- checkpoint-1600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1600/random_states_0.pkl +3 -0
- checkpoint-1600/scheduler.bin +3 -0
- checkpoint-1800/optimizer.bin +3 -0
- checkpoint-1800/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1800/random_states_0.pkl +3 -0
- checkpoint-1800/scheduler.bin +3 -0
- checkpoint-200/optimizer.bin +3 -0
- checkpoint-200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-200/random_states_0.pkl +3 -0
- checkpoint-200/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-400/optimizer.bin +3 -0
- checkpoint-400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-400/random_states_0.pkl +3 -0
- checkpoint-400/scheduler.bin +3 -0
- checkpoint-600/optimizer.bin +3 -0
- checkpoint-600/pytorch_lora_weights.safetensors +3 -0
- checkpoint-600/random_states_0.pkl +3 -0
- checkpoint-600/scheduler.bin +3 -0
- checkpoint-800/optimizer.bin +3 -0
- checkpoint-800/pytorch_lora_weights.safetensors +3 -0
- checkpoint-800/random_states_0.pkl +3 -0
- checkpoint-800/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,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: black-forest-labs/FLUX.1-Fill-dev
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: other
|
| 5 |
+
instance_prompt: 3d-cartoon face, 3d-cartoon style, surprised expression, eyelash,
|
| 6 |
+
open_mouth, plain white background
|
| 7 |
+
widget:
|
| 8 |
+
- text: 3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth,
|
| 9 |
+
plain white background
|
| 10 |
+
output:
|
| 11 |
+
url: image_0.png
|
| 12 |
+
- text: 3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth,
|
| 13 |
+
plain white background
|
| 14 |
+
output:
|
| 15 |
+
url: image_1.png
|
| 16 |
+
- text: 3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth,
|
| 17 |
+
plain white background
|
| 18 |
+
output:
|
| 19 |
+
url: image_2.png
|
| 20 |
+
- text: 3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth,
|
| 21 |
+
plain white background
|
| 22 |
+
output:
|
| 23 |
+
url: image_3.png
|
| 24 |
+
tags:
|
| 25 |
+
- text-to-image
|
| 26 |
+
- diffusers-training
|
| 27 |
+
- diffusers
|
| 28 |
+
- lora
|
| 29 |
+
- flux
|
| 30 |
+
- flux-diffusers
|
| 31 |
+
- template:sd-lora
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
| 35 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
# Flux-Fill DreamBooth LoRA - cucucu666/jingya-9.28
|
| 39 |
+
|
| 40 |
+
<Gallery />
|
| 41 |
+
|
| 42 |
+
## Model description
|
| 43 |
+
|
| 44 |
+
These are cucucu666/jingya-9.28 DreamBooth LoRA weights for black-forest-labs/FLUX.1-Fill-dev.
|
| 45 |
+
|
| 46 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with a custom [Flux diffusers trainer](https://github.com/Sebastian-Zok/FLUX-Fill-LoRa-Training).
|
| 47 |
+
|
| 48 |
+
Was LoRA for the text encoder enabled? False.
|
| 49 |
+
|
| 50 |
+
## Trigger words
|
| 51 |
+
|
| 52 |
+
You should use `3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth, plain white background` to trigger the image generation.
|
| 53 |
+
|
| 54 |
+
## Download model
|
| 55 |
+
|
| 56 |
+
[Download the *.safetensors LoRA](cucucu666/jingya-9.28/tree/main) in the Files & versions tab.
|
| 57 |
+
|
| 58 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
| 59 |
+
|
| 60 |
+
```py
|
| 61 |
+
from diffusers import AutoPipelineForText2Image
|
| 62 |
+
import torch
|
| 63 |
+
pipeline = AutoPipelineForText2Image.from_pretrained("black-forest-labs/FLUX.1-dev", torch_dtype=torch.bfloat16).to('cuda')
|
| 64 |
+
pipeline.load_lora_weights('cucucu666/jingya-9.28', weight_name='pytorch_lora_weights.safetensors')
|
| 65 |
+
image = pipeline('3d-cartoon face, 3d-cartoon style, surprised expression, eyelash, open_mouth, plain white background').images[0]
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
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)
|
| 69 |
+
|
| 70 |
+
## License
|
| 71 |
+
|
| 72 |
+
Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
## Intended uses & limitations
|
| 76 |
+
|
| 77 |
+
#### How to use
|
| 78 |
+
|
| 79 |
+
```python
|
| 80 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
+
#### Limitations and bias
|
| 84 |
+
|
| 85 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 86 |
+
|
| 87 |
+
## Training details
|
| 88 |
+
|
| 89 |
+
[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:b73a1b3ba5709034e384fe3cbf8a68fac585bc08144b5b515a34d4e08fc9e27b
|
| 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:e99b8a1faa25f6fcdb767e1b34faac74077aab38529300f4f62f8148a8afebdc
|
| 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:ccb42e0aeef9ffd6bb8628986f9aad863d20e8f5c91e9163e51c81bc6d9eb6cd
|
| 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-1200/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08261ada1520513bf3b436e8be43ffd6c2df011c9e881c17ac063765a38f9c39
|
| 3 |
+
size 79235394
|
checkpoint-1200/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:124130cfe2b2377b8f3231bb96590cfeb4e96b7272a4706856e6624e2bc5a8f0
|
| 3 |
+
size 22504080
|
checkpoint-1200/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dca735fc83402797a850bcb109115f3c6e3d01848148961b132cbd42592ae3e
|
| 3 |
+
size 14344
|
checkpoint-1200/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2b7422124607f4d2c2f0a951cd076d8d95f5dade7a0881bf9aea23585c4c95f
|
| 3 |
+
size 1000
|
checkpoint-1400/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ab218232a4bde78b2bc567355d1a85332c540e9150abe5a0bc30be55f6646c0
|
| 3 |
+
size 79235394
|
checkpoint-1400/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11213d5e1cf727c12c94fc90f0a2dc5249aa6fd39c9f1fbb9f508ed46b7f45be
|
| 3 |
+
size 22504080
|
checkpoint-1400/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75394656f6384a96dafa3bf2f8a2b6b7f11a411e85f3a46db7f475d2560053d1
|
| 3 |
+
size 14344
|
checkpoint-1400/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5d23c97d67485d406bd9307fc5beff6303b8656fd685ad28b62422f4c19b16
|
| 3 |
+
size 1000
|
checkpoint-1600/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b2ad52178477b0ad4ea6d17107d55fa711bcd74bed7f27d2a181976cebcc0ee
|
| 3 |
+
size 79235394
|
checkpoint-1600/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c113d683afd1e3af829933301bf0befeea7121ad8b9f19ed181cc297223ee243
|
| 3 |
+
size 22504080
|
checkpoint-1600/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:499d0485eaa539bb077e7e283b09d18306ae0ba6c7f6b2f60c35cdacf648c6f9
|
| 3 |
+
size 14344
|
checkpoint-1600/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:643d61b3fdb412fa16b74ab51963f301af937c9d20637c5aff5e40d4f7a93753
|
| 3 |
+
size 1000
|
checkpoint-1800/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afb3585abc48fbd6b457c86e8b69a86b399ecd86b0d713e3aee8c3ebaad739e4
|
| 3 |
+
size 79235394
|
checkpoint-1800/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3a99cb261eaed2baae818d1b9c699ed59f17fa57cebafe256e858c39222b172
|
| 3 |
+
size 22504080
|
checkpoint-1800/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:953a3dbd906b1dcdd55f379ce78028def9e8b65d9db953f30bf8be7b1a445cd0
|
| 3 |
+
size 14344
|
checkpoint-1800/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:280bb2692e2e3c2663658130756f8f3b92344ba10ad4f4f238084dd328643a88
|
| 3 |
+
size 1000
|
checkpoint-200/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9723b4e0dd5c5ba10eef88c52a4e28c2bf6016975c6b66e58d932f3c15f9b70e
|
| 3 |
+
size 79234690
|
checkpoint-200/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7eec1718d784ae8dda7ccf58ae0db06682a6f1d3a82c857cc7f797c832da893
|
| 3 |
+
size 22504080
|
checkpoint-200/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99fd34c4391a37f2db13911fcf550cb0c4380173cf3762a7ea74a1b616c5cc5b
|
| 3 |
+
size 14344
|
checkpoint-200/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5ebec171f3331b39a5b2504053db7f415922ef989362b411dc51df58871a026
|
| 3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4ce14d81aa80a7be3dcc71bf7044b81126abea445019c9e540d6d5fd1b4a576
|
| 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:d9f27c20f4f42afb97cfa61b5069b001633f04f43c6c3145ae8c087eb9f267b6
|
| 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:ddccec7ceb89cb1b8e3a415f758434027cae406da08bef5a34e53ff3e56fcb96
|
| 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-400/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdd8d9112fc30ef6c3531cb551f3478436b4a81a8b3da9b97cc341a1f9da6caf
|
| 3 |
+
size 79235394
|
checkpoint-400/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f262c79cf694c4e6fc8ce91448eb00e46fbb877b5a7fdb2b7af59d66aaedd38
|
| 3 |
+
size 22504080
|
checkpoint-400/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1319dbf342113402b45b5fcc46fd95485e1f5f3c320349a7662752b8253241cb
|
| 3 |
+
size 14344
|
checkpoint-400/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d31d97763cd2ac7e1cf598d014430c8aea7f5a31d599ac5cd26dad5b416c8a90
|
| 3 |
+
size 1000
|
checkpoint-600/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af3e95f22bd926646a82aa04bf763a7188c23c737ca7cb9906c2214ae6f4f524
|
| 3 |
+
size 79235394
|
checkpoint-600/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e317f291c57fe9854ccddcddb7f4df8e19b7203249d395a964030b21e275062
|
| 3 |
+
size 22504080
|
checkpoint-600/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6863b29baa938de6832362a48c6eb94ded73a1d40812bd9b8f5dd90836d1b884
|
| 3 |
+
size 14344
|
checkpoint-600/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa842e18a772979ca8204a68b852ffd7a5345a3d2755f72f876b0cccc9b8b969
|
| 3 |
+
size 1000
|
checkpoint-800/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdb76f042d866970999d75974eeb51c979778a011ee22d8d1885dcaa478f70b6
|
| 3 |
+
size 79235394
|
checkpoint-800/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01c6be3f869966dba857bb016bad45d68763fccba6775c5327e1d93ab05609c7
|
| 3 |
+
size 22504080
|
checkpoint-800/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71bce93627e8c4a85e1b683e918d4eb44816a17a47ff9f668d3b97cde85c0809
|
| 3 |
+
size 14344
|
checkpoint-800/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:029a775b80c48b21e02d4a4f2ce061b038e41df3d072b07177f6473a114855bd
|
| 3 |
+
size 1000
|
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:d9f27c20f4f42afb97cfa61b5069b001633f04f43c6c3145ae8c087eb9f267b6
|
| 3 |
+
size 22504080
|