zhangyi617
commited on
Commit
•
0eb6c4c
1
Parent(s):
35e9399
End of training
Browse files- README.md +43 -0
- checkpoint-1400/model.safetensors +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/scaler.pt +3 -0
- checkpoint-1400/scheduler.bin +3 -0
- checkpoint-700/model.safetensors +3 -0
- checkpoint-700/optimizer.bin +3 -0
- checkpoint-700/pytorch_lora_weights.safetensors +3 -0
- checkpoint-700/random_states_0.pkl +3 -0
- checkpoint-700/scaler.pt +3 -0
- checkpoint-700/scheduler.bin +3 -0
- image_0.png +0 -0
- image_1.png +0 -0
- image_2.png +0 -0
- image_3.png +0 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: runwayml/stable-diffusion-v1-5
|
3 |
+
library_name: diffusers
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- diffusers-training
|
11 |
+
- lora
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
|
19 |
+
# LoRA text2image fine-tuning - zhangyi617/sd_naruto_lora_pgd_2e_acu
|
20 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the zhangyi617/naruto_721_train dataset. You can find some example images in the following.
|
21 |
+
|
22 |
+
![img_0](./image_0.png)
|
23 |
+
![img_1](./image_1.png)
|
24 |
+
![img_2](./image_2.png)
|
25 |
+
![img_3](./image_3.png)
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
#### How to use
|
32 |
+
|
33 |
+
```python
|
34 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
35 |
+
```
|
36 |
+
|
37 |
+
#### Limitations and bias
|
38 |
+
|
39 |
+
[TODO: provide examples of latent issues and potential remediations]
|
40 |
+
|
41 |
+
## Training details
|
42 |
+
|
43 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1400/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb3a6adb5c3e097e5760c162a932343562fa011c888f4728ab42ee42ffce186c
|
3 |
+
size 1722353544
|
checkpoint-1400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dada5c14604f7a894b60362652825c65c400778bfff768e37ba814b3719d760
|
3 |
+
size 6592122
|
checkpoint-1400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f7da9ceca3d7ce9f87e23062a22bbc15b69212fbb9be693483df66c2c429ada
|
3 |
+
size 3226184
|
checkpoint-1400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8d34dd73e6b24a5013c5156e0d810e0f66505ed90e451bf6a5068422003c88c
|
3 |
+
size 14344
|
checkpoint-1400/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:baba31a5e5063037a5c811de9cb04bc62c6c5f0f5fe6720b7d681afe6500d4c1
|
3 |
+
size 988
|
checkpoint-1400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a56a191a51cb60d953780ec4b8e3c837db751ee56a3cdaaa8a4527bc37ab98
|
3 |
+
size 1000
|
checkpoint-700/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ccf1530103c140be5728488483a43dc7f3b0a673a68b991330c572316ae8cd0
|
3 |
+
size 1722353544
|
checkpoint-700/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64605d31a2e2cd11940c8b412b88d761a576ed6b31d8b104d7dc6ae15ba464f3
|
3 |
+
size 6592122
|
checkpoint-700/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:294ec3c99eb977d05567f6209f86c34dded340efb4dcf01b8b886f22e5466646
|
3 |
+
size 3226184
|
checkpoint-700/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:443b1b194b95cb764b6410d19a72c087e2abc9be1aedb63126303f1a12a64936
|
3 |
+
size 14344
|
checkpoint-700/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02a6b6b8cf99b0c2174cd2e01d3f497f96d31938cf35230876ea28c69c51c665
|
3 |
+
size 988
|
checkpoint-700/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b874ccf0f03d51aaf9c113a15ddf6288c0216dbfbed8959348bd8c700da49396
|
3 |
+
size 1000
|
image_0.png
ADDED
image_1.png
ADDED
image_2.png
ADDED
image_3.png
ADDED
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ef89c397a442196df1f422a8f259299f335d14eb420bc63a593c72c80d21535
|
3 |
+
size 3226184
|