abhijit1247
commited on
Commit
•
6492381
1
Parent(s):
821f883
End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +21 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_model.bin +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_model.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-1050/optimizer.bin +3 -0
- checkpoint-1050/pytorch_model.bin +3 -0
- checkpoint-1050/random_states_0.pkl +3 -0
- checkpoint-1050/scaler.pt +3 -0
- checkpoint-1050/scheduler.bin +3 -0
- checkpoint-1100/optimizer.bin +3 -0
- checkpoint-1100/pytorch_model.bin +3 -0
- checkpoint-1100/random_states_0.pkl +3 -0
- checkpoint-1100/scaler.pt +3 -0
- checkpoint-1100/scheduler.bin +3 -0
- checkpoint-1150/optimizer.bin +3 -0
- checkpoint-1150/pytorch_model.bin +3 -0
- checkpoint-1150/random_states_0.pkl +3 -0
- checkpoint-1150/scaler.pt +3 -0
- checkpoint-1150/scheduler.bin +3 -0
- checkpoint-1200/optimizer.bin +3 -0
- checkpoint-1200/pytorch_model.bin +3 -0
- checkpoint-1200/random_states_0.pkl +3 -0
- checkpoint-1200/scaler.pt +3 -0
- checkpoint-1200/scheduler.bin +3 -0
- checkpoint-1250/optimizer.bin +3 -0
- checkpoint-1250/pytorch_model.bin +3 -0
- checkpoint-1250/random_states_0.pkl +3 -0
- checkpoint-1250/scaler.pt +3 -0
- checkpoint-1250/scheduler.bin +3 -0
- checkpoint-1300/optimizer.bin +3 -0
- checkpoint-1300/pytorch_model.bin +3 -0
- checkpoint-1300/random_states_0.pkl +3 -0
- checkpoint-1300/scaler.pt +3 -0
- checkpoint-1300/scheduler.bin +3 -0
- checkpoint-1350/optimizer.bin +3 -0
- checkpoint-1350/pytorch_model.bin +3 -0
- checkpoint-1350/random_states_0.pkl +3 -0
- checkpoint-1350/scaler.pt +3 -0
- checkpoint-1350/scheduler.bin +3 -0
- checkpoint-1400/optimizer.bin +3 -0
- checkpoint-1400/pytorch_model.bin +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
inference: true
|
12 |
+
---
|
13 |
+
|
14 |
+
# LoRA text2image fine-tuning - https://huggingface.co/abhijit1247/lora_happy-female-ceo
|
15 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the /root/lora_happy-female-ceo dataset. You can find some example images in the following.
|
16 |
+
|
17 |
+
![img_0](./image_0.png)
|
18 |
+
![img_1](./image_1.png)
|
19 |
+
![img_2](./image_2.png)
|
20 |
+
![img_3](./image_3.png)
|
21 |
+
|
checkpoint-100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37e71ffc56164ec7621e7c5421a343ad76d502a3bd4f14dac2a221a7274e1282
|
3 |
+
size 6591621
|
checkpoint-100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a381f9b08396cff321adfa6a114e917bdd13708862ec93f9c4fa000d48c72ac
|
3 |
+
size 3285965
|
checkpoint-100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76cc4e18328f1c66725e465c6af70bddd0b46351192985fbe38d84ebfd908701
|
3 |
+
size 14727
|
checkpoint-100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa44e8523f62833816d29aa6c576eaa7783e3bbdb3e132e248b1d8aaee6132b
|
3 |
+
size 557
|
checkpoint-100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85a27ee6fa828ea392f4a77314ee1e3f593df9bdc36366e6445746acbd7eb43a
|
3 |
+
size 563
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2438b3d331cd73bb1df2e2343afd51a90c1359fe871e0ed0e80e28de1d252c7c
|
3 |
+
size 6591621
|
checkpoint-1000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6154c2b5f058f989da88ff9f8ae6e7d4b8bdfbde2b1de1c585cb5194a611371d
|
3 |
+
size 3285965
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aebd3cea9c15d3c8a36c30a2877f5736cf95eb967f901805979e273da2b0288a
|
3 |
+
size 14727
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
3 |
+
size 557
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb2733bb6639a45a7f07354e548521152c81a411f91fd2fce48081ea378dc917
|
3 |
+
size 563
|
checkpoint-1050/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d052c915f1fe9276f7b84e0b2e6807e67ed4cab418c22ca800b23632cd0e20c
|
3 |
+
size 6591621
|
checkpoint-1050/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f83cdd6640b5bb382d6ea38ca3bb598cd1c37033dc6961e9f780bae08977023
|
3 |
+
size 3285965
|
checkpoint-1050/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:877f0c091c95290980249325828131366be74ca9db09d646a4a7c5438efe7c88
|
3 |
+
size 14727
|
checkpoint-1050/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95f4b9ef1b8fe84fa32d48853b7e1a94c312d4eb4ec623297d3fea4b8482da98
|
3 |
+
size 557
|
checkpoint-1050/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebeab2b772f51058ef47d1ce1cefd5e8ff343b25686cb51cf41352f63eb9ebaa
|
3 |
+
size 563
|
checkpoint-1100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab72117616e69241954a425b86c044438947f46f502f5306b243cc5f89f8660c
|
3 |
+
size 6591621
|
checkpoint-1100/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2456bf37eb0e4705c8a5119fe2a941564aeaa028b0a3c273e5fca771e3059828
|
3 |
+
size 3285965
|
checkpoint-1100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bab07fb863989f1239329589c5fb29534fd0be7f0b548302b7c6502a817acd84
|
3 |
+
size 14727
|
checkpoint-1100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:677eca5ad6580d3f557bbfda51765525add80f9acfd6c5ca0edf4a229f0c70eb
|
3 |
+
size 557
|
checkpoint-1100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebddad1231c633fc1db5cbc229cc39f97b1ee33da9b2e08eee0e145f06677736
|
3 |
+
size 563
|
checkpoint-1150/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe6904acfb7a01b4c492e5b8cf5835733cbfa15cae6b39f0716458dd1a87ee7f
|
3 |
+
size 6591621
|
checkpoint-1150/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98fac2eb3ea83629a191494de3ed33f2344e2ebe3ae20096bc682e52fdfa6eb4
|
3 |
+
size 3285965
|
checkpoint-1150/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d429d52ab00e40bf2ab2a608c6f7d4932af3e20c960d9f0cc20c62a5606c8e3
|
3 |
+
size 14727
|
checkpoint-1150/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e969c33b540ac916977239b4ed9cece9307f2cb03ce481a5a28a42c1618d6f1
|
3 |
+
size 557
|
checkpoint-1150/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:860f9e6f1d0640105f0e4f10af12955822a3b659250900856ba06e7425613c8f
|
3 |
+
size 563
|
checkpoint-1200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0e00274aae6d943d9d41a95f121253c4248122531b28c4dd3c409b950f96d76
|
3 |
+
size 6591621
|
checkpoint-1200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb5f67ff62590b60738058419bee0404a53748ddf9f41ed740790dd41bb241dd
|
3 |
+
size 3285965
|
checkpoint-1200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fed785a59f492c9b293843340a7cf5aea2bbf90330f4c144cc5d4054a28521f
|
3 |
+
size 14727
|
checkpoint-1200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:741cefeca9ef427f92406d2d10b81996655e2a9d50eb7aaa9614e6fdd1c9f529
|
3 |
+
size 557
|
checkpoint-1200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51e8d09f3a1e05afb9fdf685a3d3f79e1b90b08307b8cdb7807e8e2a1554c92e
|
3 |
+
size 563
|
checkpoint-1250/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:236c992e744aa9f466badc0f2b751fdb58f97a4ea1f5c736f70cb19bcae81301
|
3 |
+
size 6591621
|
checkpoint-1250/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f58a69097c33b1c4cf5e044ed482aae94a682e27babe1c93d77753533cf20f7a
|
3 |
+
size 3285965
|
checkpoint-1250/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf0bdc8ef55c47619e0fb55aad3431bdd1aaa0b4011976f92d074fb503634997
|
3 |
+
size 14727
|
checkpoint-1250/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65eeab376f80c0d0a425325fe4033408ccdda949889a652e7958ffa5eb66e3a6
|
3 |
+
size 557
|
checkpoint-1250/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7ced389024991d9a77f9051b2209d7271f6299aa8b6637cafa019378305f58a
|
3 |
+
size 563
|
checkpoint-1300/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb81881ca9c4d5ac16b9301dda9f8b82c8ba71d9e950bc5dad6b2cb064840d5
|
3 |
+
size 6591621
|
checkpoint-1300/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7434e4c0c4c99b286ec89593d038130efdd31cede7d6324e8a95563dca70652c
|
3 |
+
size 3285965
|
checkpoint-1300/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a5196fa1d505634fd268bf33a86c4077ba5300fd067174328b9a2e03740d3d7
|
3 |
+
size 14727
|
checkpoint-1300/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19731f6c29559eca73772c9d98b9ff9c6bd85ab2a569db52899871e5d1ba6fca
|
3 |
+
size 557
|
checkpoint-1300/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b246bc3f0ff795b71e6ec42af5ac7365008b9f32c2e77eaf57568f9ebd3ba9f
|
3 |
+
size 563
|
checkpoint-1350/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:335d3dbff76ae9cad03e5fb9f531df88ea0593d52b7d3955d545487608dc5347
|
3 |
+
size 6591621
|
checkpoint-1350/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70797f3c756b26025c05b1dc146ea899455b7b7ee6ed874e6fdd209d9d0ddd13
|
3 |
+
size 3285965
|
checkpoint-1350/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee9f313637d6cea54650a4e90568dc6995b90d7611800ee2082fc4e2064b4ef2
|
3 |
+
size 14727
|
checkpoint-1350/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3faaf55e1c011818037e0165783a43ac6b16924d23e190c0a157a1332b3085c2
|
3 |
+
size 557
|
checkpoint-1350/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:104d315b763e9c222b13df914b33fff7538b7233e1f31297ccb613f065e292c8
|
3 |
+
size 563
|
checkpoint-1400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4abd12c5de236fc3f0d502f154eff9dd292cc43ad8b414da7aa74eb13d5c21c6
|
3 |
+
size 6591621
|
checkpoint-1400/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae432ae90644b1b998cdee262739e6ccd71f2bf719772b290bd0fb8ebbef1d2b
|
3 |
+
size 3285965
|