End of training
Browse files- .gitattributes +4 -0
- README.md +82 -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-1500/optimizer.bin +3 -0
- checkpoint-1500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1500/random_states_0.pkl +3 -0
- checkpoint-1500/scaler.pt +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/scaler.pt +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/scaler.pt +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,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 qwe mug
|
15 |
+
widget:
|
16 |
+
- text: Turing lectures in a bustling hall, his chipped qwe mug a silent companion,
|
17 |
+
as he speaks of the future of computers. 'Imagine a world where machines can think...'
|
18 |
+
he says with a glint in his eye.
|
19 |
+
output:
|
20 |
+
url: image_0.png
|
21 |
+
- text: Turing lectures in a bustling hall, his chipped qwe mug a silent companion,
|
22 |
+
as he speaks of the future of computers. 'Imagine a world where machines can think...'
|
23 |
+
he says with a glint in his eye.
|
24 |
+
output:
|
25 |
+
url: image_1.png
|
26 |
+
- text: Turing lectures in a bustling hall, his chipped qwe mug a silent companion,
|
27 |
+
as he speaks of the future of computers. 'Imagine a world where machines can think...'
|
28 |
+
he says with a glint in his eye.
|
29 |
+
output:
|
30 |
+
url: image_2.png
|
31 |
+
- text: Turing lectures in a bustling hall, his chipped qwe mug a silent companion,
|
32 |
+
as he speaks of the future of computers. 'Imagine a world where machines can think...'
|
33 |
+
he says with a glint in his eye.
|
34 |
+
output:
|
35 |
+
url: image_3.png
|
36 |
+
---
|
37 |
+
|
38 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
39 |
+
should probably proofread and complete it, then remove this comment. -->
|
40 |
+
|
41 |
+
|
42 |
+
# SDXL LoRA DreamBooth - zqiu/lora-ellis-trained-xl
|
43 |
+
|
44 |
+
<Gallery />
|
45 |
+
|
46 |
+
## Model description
|
47 |
+
|
48 |
+
These are zqiu/lora-ellis-trained-xl LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
49 |
+
|
50 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
51 |
+
|
52 |
+
LoRA for the text encoder was enabled: True.
|
53 |
+
|
54 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
55 |
+
|
56 |
+
## Trigger words
|
57 |
+
|
58 |
+
You should use a photo of qwe mug to trigger the image generation.
|
59 |
+
|
60 |
+
## Download model
|
61 |
+
|
62 |
+
Weights for this model are available in Safetensors format.
|
63 |
+
|
64 |
+
[Download](zqiu/lora-ellis-trained-xl/tree/main) them in the Files & versions tab.
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
## Intended uses & limitations
|
69 |
+
|
70 |
+
#### How to use
|
71 |
+
|
72 |
+
```python
|
73 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
74 |
+
```
|
75 |
+
|
76 |
+
#### Limitations and bias
|
77 |
+
|
78 |
+
[TODO: provide examples of latent issues and potential remediations]
|
79 |
+
|
80 |
+
## Training details
|
81 |
+
|
82 |
+
[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:5f6b5afeb9a6d1de3d821b2945a41a99021bee385a5dbc7df48da583b2b18fdc
|
3 |
+
size 60332346
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d0e1e0327bb3e5b0a22079498651575aae318d2672a742fcbbde19b423332a
|
3 |
+
size 29868864
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acd7e17771007289f5aa4183fbcc0ea9484ac28b98dc3faca8f1de4ddd0ff4d6
|
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:f190c995e01fb0be5b324d398310e5065764cd10625cc0f724ef9fa1eb6be8ff
|
3 |
+
size 1064
|
checkpoint-1500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d51eca2354f3d8c316ab28e3868c8637cdc397e1431f50b525dea47eacaa5944
|
3 |
+
size 60332346
|
checkpoint-1500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01fa36ce995be06791adee1c533929ee87220694d4af270a78266a2df4cbb94d
|
3 |
+
size 29868864
|
checkpoint-1500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:326bc3fe82e8b1deaddc0ba3c91e7186b56f76124c22d9a2146c19c86f7b6b5e
|
3 |
+
size 14280
|
checkpoint-1500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2a4b6e0ef05ca249f2d6b7f9f3ad1dff81e55842a962df795bb9740c17c8e92
|
3 |
+
size 988
|
checkpoint-1500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:649cd6053aea5e92f331553e9581d7054ebac098dca6450e5a6c8a220fdba1e2
|
3 |
+
size 1064
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd967d4b8fe72b35c59ceb928276d5c5fcdec648feb8f545eef0b52d326f703
|
3 |
+
size 60332346
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d37f4db3b43f11032ce1fa186cb97acf776310fbb1e3b6572383ea83f90a66d8
|
3 |
+
size 29868864
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d49213238b313864e97e488b3d65f6ccda985adb17d351913631c871fa43204b
|
3 |
+
size 14280
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39b64192ed399034808051746ef7a0288fe80f06e4ba8c54bd31ab673476d880
|
3 |
+
size 1064
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5008d99c0eb82cbbb2cf6a17b3d5e88d8eef7115ec9fc20a1fe2f61ca537a1f2
|
3 |
+
size 60332346
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f813765bffcd844a6d9a64154e0edd7a24a9afdcb58f02b4260ee422657ffbb9
|
3 |
+
size 29868864
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a1eb0084d17c66f08414862be375880bb63599d662b8e0167fcc006970185d9
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50195143ac860b221ce40536725e8e5b93bb4b076f9af275e8aa9dc80957be58
|
3 |
+
size 1064
|
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:2fd29970fcaf8d872d057c950b35c76c49207e5170df01487514076a0b3f4fa3
|
3 |
+
size 29868864
|