End of training
Browse files- README.md +54 -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-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
- pytorch_lora_weights.safetensors +3 -0
- val_imgs_grid.png +0 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: warp-ai/wuerstchen-prior
|
| 5 |
+
datasets:
|
| 6 |
+
- dongOi071102/meme-pretreatment-dataset
|
| 7 |
+
tags:
|
| 8 |
+
- wuerstchen
|
| 9 |
+
- text-to-image
|
| 10 |
+
- diffusers
|
| 11 |
+
- diffusers-training
|
| 12 |
+
- lora
|
| 13 |
+
inference: true
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# LoRA Finetuning - dongOi071102/wuerstchen-prior-naruto-lora-4
|
| 17 |
+
|
| 18 |
+
This pipeline was finetuned from **warp-ai/wuerstchen-prior** on the **dongOi071102/meme-pretreatment-dataset** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['a catton cat with angry face']:
|
| 19 |
+
|
| 20 |
+

|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
## Pipeline usage
|
| 24 |
+
|
| 25 |
+
You can use the pipeline like so:
|
| 26 |
+
|
| 27 |
+
```python
|
| 28 |
+
from diffusers import DiffusionPipeline
|
| 29 |
+
import torch
|
| 30 |
+
|
| 31 |
+
pipeline = AutoPipelineForText2Image.from_pretrained(
|
| 32 |
+
"warp-ai/wuerstchen", torch_dtype=float32
|
| 33 |
+
)
|
| 34 |
+
# load lora weights from folder:
|
| 35 |
+
pipeline.prior_pipe.load_lora_weights("dongOi071102/wuerstchen-prior-naruto-lora-4", torch_dtype=float32)
|
| 36 |
+
|
| 37 |
+
image = pipeline(prompt=prompt).images[0]
|
| 38 |
+
image.save("my_image.png")
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
## Training info
|
| 42 |
+
|
| 43 |
+
These are the key hyperparameters used during training:
|
| 44 |
+
|
| 45 |
+
* LoRA rank: 4
|
| 46 |
+
* Epochs: 20
|
| 47 |
+
* Learning rate: 0.0001
|
| 48 |
+
* Batch size: 8
|
| 49 |
+
* Gradient accumulation steps: 1
|
| 50 |
+
* Image resolution: 512
|
| 51 |
+
* Mixed-precision: fp16
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/2111818-no/text2image-fine-tune/runs/1ga3ljgp).
|
checkpoint-1000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edac94059605e4e9a289e047f6c62a2645ccf6089db0bb4ea1eb43939f46c438
|
| 3 |
+
size 12797562
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7f8ebbb44f45b1eb2074f6b52cbdf1a56b39eaf274f21911a5c2ee0ac407746
|
| 3 |
+
size 6320568
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5223e82dd52dfe670cb8b6f526906e37ad0a78f9578be698f0a85cb4158c0ae
|
| 3 |
+
size 14408
|
checkpoint-1000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1af6a0dbc2ac9987e8e4f3cefe7a93dbbdb3c5252d9e80fc105356e0a18a7c59
|
| 3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27ddc4c68dd2b663be4770d007107065adcf08c8561b4bf4c438d7068bcdd3b7
|
| 3 |
+
size 1000
|
checkpoint-2000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cee74c6fd68c1296cd458a804aa669e8ae84fee5052d43689924a3996a9c750c
|
| 3 |
+
size 12797562
|
checkpoint-2000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47efbd61df140e32680a5bbcd7e915eac607cf93865fee666bd8ba0145ea6fad
|
| 3 |
+
size 6320568
|
checkpoint-2000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6a50e3e7053a5fe61d25d8f91d8633b896e1b47b15ec2ed0eff0a3351997540
|
| 3 |
+
size 14408
|
checkpoint-2000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18955955fef08b17fc91e1f527d68c64b2c7bfff421b4d8c4998da1b4b35cbd8
|
| 3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7f82f720c74cb46a582fe96b040c3f6ab5b38bf0c837db3b5d070145b7940ca
|
| 3 |
+
size 1000
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9a1462fd5061f7cf6ce554f7a4451f496a0c7e76c640bfe770b2fa4dcf9f192
|
| 3 |
+
size 6320568
|
val_imgs_grid.png
ADDED
|