End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +62 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.bin +3 -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/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-150/optimizer.bin +3 -0
- checkpoint-150/pytorch_lora_weights.safetensors +3 -0
- checkpoint-150/random_states_0.pkl +3 -0
- checkpoint-150/scaler.pt +3 -0
- checkpoint-150/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/scaler.pt +3 -0
- checkpoint-200/scheduler.bin +3 -0
- checkpoint-250/optimizer.bin +3 -0
- checkpoint-250/pytorch_lora_weights.safetensors +3 -0
- checkpoint-250/random_states_0.pkl +3 -0
- checkpoint-250/scaler.pt +3 -0
- checkpoint-250/scheduler.bin +3 -0
- checkpoint-300/optimizer.bin +3 -0
- checkpoint-300/pytorch_lora_weights.safetensors +3 -0
- checkpoint-300/random_states_0.pkl +3 -0
- checkpoint-300/scaler.pt +3 -0
- checkpoint-300/scheduler.bin +3 -0
- checkpoint-350/optimizer.bin +3 -0
- checkpoint-350/pytorch_lora_weights.safetensors +3 -0
- checkpoint-350/random_states_0.pkl +3 -0
- checkpoint-350/scaler.pt +3 -0
- checkpoint-350/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/scaler.pt +3 -0
- checkpoint-400/scheduler.bin +3 -0
- checkpoint-450/optimizer.bin +3 -0
- checkpoint-450/pytorch_lora_weights.safetensors +3 -0
- checkpoint-450/random_states_0.pkl +3 -0
- checkpoint-450/scaler.pt +3 -0
- checkpoint-450/scheduler.bin +3 -0
- checkpoint-50/optimizer.bin +3 -0
- checkpoint-50/pytorch_lora_weights.safetensors +3 -0
- checkpoint-50/random_states_0.pkl +3 -0
- checkpoint-50/scaler.pt +3 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- text-to-image
|
7 |
+
- diffusers-training
|
8 |
+
- diffusers
|
9 |
+
- lora
|
10 |
+
- template:sd-lora
|
11 |
+
- stable-diffusion-xl
|
12 |
+
- stable-diffusion-xl-diffusers
|
13 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
14 |
+
instance_prompt: a photo of TOK dog
|
15 |
+
widget: []
|
16 |
+
---
|
17 |
+
|
18 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
19 |
+
should probably proofread and complete it, then remove this comment. -->
|
20 |
+
|
21 |
+
|
22 |
+
# SDXL LoRA DreamBooth - thliang01/corgy_dog_DoRA
|
23 |
+
|
24 |
+
<Gallery />
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
These are thliang01/corgy_dog_DoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
29 |
+
|
30 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
31 |
+
|
32 |
+
LoRA for the text encoder was enabled: False.
|
33 |
+
|
34 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
35 |
+
|
36 |
+
## Trigger words
|
37 |
+
|
38 |
+
You should use a photo of TOK dog to trigger the image generation.
|
39 |
+
|
40 |
+
## Download model
|
41 |
+
|
42 |
+
Weights for this model are available in Safetensors format.
|
43 |
+
|
44 |
+
[Download](thliang01/corgy_dog_DoRA/tree/main) them in the Files & versions tab.
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
## Intended uses & limitations
|
49 |
+
|
50 |
+
#### How to use
|
51 |
+
|
52 |
+
```python
|
53 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
54 |
+
```
|
55 |
+
|
56 |
+
#### Limitations and bias
|
57 |
+
|
58 |
+
[TODO: provide examples of latent issues and potential remediations]
|
59 |
+
|
60 |
+
## Training details
|
61 |
+
|
62 |
+
[TODO: describe the data used to train the model]
|
checkpoint-100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1985d758ab196c20f70f0bba99e5dd7484a7b13acb58e74ddf06d25ed66b206e
|
3 |
+
size 20666396
|
checkpoint-100/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f9d4159d2dbe53345c2df96d105061087100a22786a06da099f93edebcebdb1
|
3 |
+
size 26138248
|
checkpoint-100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a51366adf8adbbedb7c62069e140c15c8ed181175abc2f8940a995e35bc77073
|
3 |
+
size 14280
|
checkpoint-100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac4a558c5b93581a5c41e2922404490319bcd15a10296c927a72a41012ff7f27
|
3 |
+
size 988
|
checkpoint-100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:775169a85d4b90dd73a828433c824604dc39dbd36cf213d90c3e0c82687b3460
|
3 |
+
size 1000
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d98b343cad06a802b6ba5aec86b1721f448558b40e0b243a4090730bebf2534
|
3 |
+
size 20668060
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9daae5049e53001d87cbba43e8973489f778247a3b0ef273b6bf296e038c550f
|
3 |
+
size 26138248
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a10adea8190e0c2ebbf18594ef7a4cb031c6f9dfd14d0c7ccf81b6effd2d3b7
|
3 |
+
size 14280
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1ef945fb67548939f1340070803ddc6f91925dd6d43f8c15ba25d113f03c5ed
|
3 |
+
size 1000
|
checkpoint-150/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27bd934cbeaa98eea077b7cd187011da6b8de584320a2f1ec2deb52ffbfd1f85
|
3 |
+
size 20666396
|
checkpoint-150/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d630c3b7148ed2f9ca93c006b120257646d6ff455b299856ee2bc1d8d78f3649
|
3 |
+
size 26138248
|
checkpoint-150/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc9291054a02f9294b4dd699392a464a4b9889009fa032dfa3a476614b87373a
|
3 |
+
size 14280
|
checkpoint-150/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da800fd5ac660f36778294f9df633c4f039b5f7bde42ca6a92dea5ac7d9666b1
|
3 |
+
size 988
|
checkpoint-150/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd24d6b9f0a2660c2fd9456dbfded51e43da4749cad7405d90852ce4b5d67270
|
3 |
+
size 1000
|
checkpoint-200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3698b03fa8d13b358065688ef2412987e64e838669cca91743d1c6df06e70d3
|
3 |
+
size 20666396
|
checkpoint-200/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd085808959e4db46f1a171f9730b4661872e2494cfae5238de8b980508f9e11
|
3 |
+
size 26138248
|
checkpoint-200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a598ef59504ef08af22bafd8e883e4388c197c618e1405f9831b0960bfa6ec04
|
3 |
+
size 14280
|
checkpoint-200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd55b3848d82967a207e0805911c79200c6adce71e3b37fd24549a718f75738
|
3 |
+
size 988
|
checkpoint-200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e440cace6589de6c72ad2cf84b033c31b67b56f5f593fdfc467c84dd99ca645
|
3 |
+
size 1000
|
checkpoint-250/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da80ff555c2e0def4da72bff5745dea4528e19e2ef6f0b46642a165d498f9a18
|
3 |
+
size 20666396
|
checkpoint-250/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ea0308e6ebda4b732fc54d8fc35cecdc783c88da32caa2daf7d0dbe99ed9572
|
3 |
+
size 26138248
|
checkpoint-250/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97e9feab694d821043d602ae6c9d310cc0a649d5720af0261faad783efd5c4ba
|
3 |
+
size 14280
|
checkpoint-250/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccec82ecb1db9fee8431a9924525ac42c65eba373a478c5528e653b68744a6a9
|
3 |
+
size 988
|
checkpoint-250/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63900f98ac8ba3efebbc10bc30805449bfc970c8cf9a51c1bf41b49aa1f90621
|
3 |
+
size 1000
|
checkpoint-300/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52aadff512e1a6c5d16183b49d27c7f0ab54b3aadbe316d96e6a817d202b7a2d
|
3 |
+
size 20668060
|
checkpoint-300/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ccddb6dbd104a393dc43d91835103805905e43adaad7cd205b5fd3cbe428878
|
3 |
+
size 26138248
|
checkpoint-300/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eae896a3810ee01cef5cbc70bed7ddb52693fa23cea1f75bde15630948ce8786
|
3 |
+
size 14280
|
checkpoint-300/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92873c8c89778fe11b8eeb338a181eefdf056f2f8096c36bf259c3fd791afb34
|
3 |
+
size 988
|
checkpoint-300/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78866eeca7df97c7ddfcd69f7a9a96ec8f478309052c05ea1972f881237cb751
|
3 |
+
size 1000
|
checkpoint-350/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5572949cfbff49cb0c96486e4652d6fb6cb13b865dca40136bbc977885324afd
|
3 |
+
size 20668060
|
checkpoint-350/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:925cb0e30d028d2a63e29f614ec4a173a2fa0e651d2cdf2279d8330683c8d9d9
|
3 |
+
size 26138248
|
checkpoint-350/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:544bb09e877fb9ab8fd90acf343015fa169e22aee019df99ddc3ede6917668eb
|
3 |
+
size 14280
|
checkpoint-350/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a7ae1d79be755d94030c63fe2e8483abc7a826d35307f4c5e39d3222c511c5c
|
3 |
+
size 988
|
checkpoint-350/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:287939013111d72a82a5716524b3940c9ae8b79f79ec4764d1b855284db38306
|
3 |
+
size 1000
|
checkpoint-400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1a26dd8b490f137c1c6b1d3c84539bbd28626bd08c5377927a7f4256c97d2a3
|
3 |
+
size 20668060
|
checkpoint-400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:357b4b4945b72126fe62986b44fe4c8bf70c7bc828b8b7384791ecc221f8c2d9
|
3 |
+
size 26138248
|
checkpoint-400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:298391589abf69ad32a3fe35fe113c425048a51eb75dc101c1c10621b02a9c17
|
3 |
+
size 14280
|
checkpoint-400/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c801982aae9be06d302403c1fff693e53dedf89c1d3b689ee29fedad84a96d23
|
3 |
+
size 988
|
checkpoint-400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a30fb50df034f3b2fe35529f75f39a19995d00a1e34b1527e20eb794752d2f77
|
3 |
+
size 1000
|
checkpoint-450/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01eb43a3fe773f2d9d82e48c1d277bd19bdb96d69fe3c3ff4a55a57a1ead6b77
|
3 |
+
size 20668060
|
checkpoint-450/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54b0f5b14408cf4b7b6257a38bca3de61ee7b4a5bc4a8d35be7f7b9c51682b2b
|
3 |
+
size 26138248
|
checkpoint-450/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd17c356c675bc781aad5b165cee9a2184cdc96b4769d6ad501bbb7c89d5463c
|
3 |
+
size 14280
|
checkpoint-450/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82f5a9fe2c1a63d1a6d7ea80a27a77cdb2a97bff77f874f0ca00ca31107aa8ff
|
3 |
+
size 988
|
checkpoint-450/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33fcda7f835fca4e177e97e9038e362044af071a8f10c80e3fcba6fce7351169
|
3 |
+
size 1000
|
checkpoint-50/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90857736d5756a3f74380382814c40965c5575c92e30d2d3dea649723a75652a
|
3 |
+
size 20666396
|
checkpoint-50/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:587f0aaae3c1f2d66aa5100b1a94e0f58178050ee442f14c4d4919f6f671b1d2
|
3 |
+
size 26138248
|
checkpoint-50/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d57e8d8612ba81cbd457e55b8349367228c1fe0c0db5985347fbd67e772ad1f
|
3 |
+
size 14280
|
checkpoint-50/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce7091777d309ad0996ba841e0cacd9295db515ae8e6e24f546718eefe0d105
|
3 |
+
size 988
|