Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,61 @@ tags:
|
|
10 |
- safetensors
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
# PVC v1
|
14 |
|
15 |
![eyecatch](https://huggingface.co/p1atdev/pvc/resolve/main/samples/miku.png)
|
@@ -17,14 +72,14 @@ tags:
|
|
17 |
This model is a latent diffusion model finetuned on [Waifu Diffusion v1.4 epoch 2](https://huggingface.co/hakurei/waifu-diffusion-v1-4) with [PVC figure images](https://huggingface.co/datasets/p1atdev/pvc) using LoRA method.
|
18 |
You can use Danbooru tags to generate images.
|
19 |
|
20 |
-
|
21 |
|
22 |
- [**pvc-v1.safetensors**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1.safetensors)
|
23 |
- [**pvc-v1.ckpt**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1.ckpt)
|
24 |
- [pvc-v1.yaml](https://huggingface.co/p1atdev/pvc/blob/main/pvc-v1.yaml) (needed if you want to use the model in AUTOMATIC1111's Web UI)
|
25 |
- [pvc-v1-lora.pt](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1-lora.pt) (maybe only works with kohya's [sd-scripts](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1-lora.pt) or [webui extension](https://github.com/kohya-ss/sd-webui-additional-networks))
|
26 |
|
27 |
-
|
28 |
|
29 |
![sample1](https://huggingface.co/p1atdev/pvc/resolve/main/samples/sample1.png)
|
30 |
|
@@ -56,7 +111,7 @@ Negative prompt: worst quality, low quality, medium quality, deleted, lowres, ba
|
|
56 |
Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7
|
57 |
```
|
58 |
|
59 |
-
|
60 |
|
61 |
```
|
62 |
--train_batch_size 1 --resolution 768,768 --learning_rate 1e-4 --max_train_steps 17740 --use_8bit_adam --xformers --mixed_precision fp16 --save_every_n_epochs 1 --network_module networks.lora --v2 --enable_bucket --max_token_length 225 --network_dim 16 --text_encoder_lr 5e-5
|
|
|
10 |
- safetensors
|
11 |
---
|
12 |
|
13 |
+
# PVC v2
|
14 |
+
|
15 |
+
## Model links
|
16 |
+
|
17 |
+
- [**pvc-v2.safetensors**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v2.safetensors)
|
18 |
+
- [**pvc-v2.ckpt**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v2.ckpt)
|
19 |
+
- [pvc-v2.yaml](https://huggingface.co/p1atdev/pvc/blob/main/pvc-v2.yaml) (needed if you want to use the model in AUTOMATIC1111's Web UI)
|
20 |
+
- [pvc-v2-lora.pt](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v2-lora.pt) (maybe only works with kohya's [sd-scripts](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1-lora.pt) or [webui extension](https://github.com/kohya-ss/sd-webui-additional-networks))
|
21 |
+
|
22 |
+
![v2 eyecatch](https://huggingface.co/p1atdev/pvc/resolve/main/samples/v2-eyecatch.png)
|
23 |
+
|
24 |
+
|
25 |
+
```
|
26 |
+
masterpiece, best quality, high quality, 1girl, cat ears, silver, blue, frills, bow, looking at viewer, ultra detailed
|
27 |
+
Negative prompt: nsfw, worst quality, low quality, medium quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry
|
28 |
+
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
|
29 |
+
```
|
30 |
+
|
31 |
+
## Samples
|
32 |
+
|
33 |
+
![v2 sample1](https://huggingface.co/p1atdev/pvc/resolve/main/samples/v2-sample1.png)
|
34 |
+
|
35 |
+
|
36 |
+
```
|
37 |
+
masterpiece, best quality, 1girl, green hair, sweater, beanie, turtleneck, looking at viewer, night,
|
38 |
+
Negative prompt: nsfw, worst quality, low quality, medium quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry
|
39 |
+
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
|
40 |
+
```
|
41 |
+
|
42 |
+
---
|
43 |
+
|
44 |
+
![v2 sample2](https://huggingface.co/p1atdev/pvc/resolve/main/samples/v2-sample2.png)
|
45 |
+
|
46 |
+
```
|
47 |
+
masterpiece, best quality, high quality, 1girl, bob cut, cape, belt, gloves, looking at viewer, ultra detailed
|
48 |
+
Negative prompt: nsfw, worst quality, low quality, medium quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry
|
49 |
+
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
|
50 |
+
```
|
51 |
+
|
52 |
+
---
|
53 |
+
|
54 |
+
![v2 sample3](https://huggingface.co/p1atdev/pvc/resolve/main/samples/v2-sample3.png)
|
55 |
+
|
56 |
+
```
|
57 |
+
masterpiece, best quality, 1girl, annoyed, black hair, floating hair, gothic lolita, scythe, looking at viewer,
|
58 |
+
Negative prompt: nsfw, worst quality, low quality, medium quality, deleted, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry
|
59 |
+
Steps: 20, Sampler: DPM++ 2M Karras, CFG scale: 7
|
60 |
+
```
|
61 |
+
|
62 |
+
## Training information
|
63 |
+
|
64 |
+
```
|
65 |
+
--train_batch_size 1 --resolution 768,768 --learning_rate 1e-4 --max_train_steps 21100 --use_8bit_adam --xformers --mixed_precision fp16 --save_every_n_epochs 1 --network_module networks.lora --v2 --enable_bucket --max_token_length 225 --network_dim 32 --text_encoder_lr 5e-5 --lr_scheduler cosine_with_restarts --lr_warmup_steps 200
|
66 |
+
```
|
67 |
+
|
68 |
# PVC v1
|
69 |
|
70 |
![eyecatch](https://huggingface.co/p1atdev/pvc/resolve/main/samples/miku.png)
|
|
|
72 |
This model is a latent diffusion model finetuned on [Waifu Diffusion v1.4 epoch 2](https://huggingface.co/hakurei/waifu-diffusion-v1-4) with [PVC figure images](https://huggingface.co/datasets/p1atdev/pvc) using LoRA method.
|
73 |
You can use Danbooru tags to generate images.
|
74 |
|
75 |
+
## Model links
|
76 |
|
77 |
- [**pvc-v1.safetensors**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1.safetensors)
|
78 |
- [**pvc-v1.ckpt**](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1.ckpt)
|
79 |
- [pvc-v1.yaml](https://huggingface.co/p1atdev/pvc/blob/main/pvc-v1.yaml) (needed if you want to use the model in AUTOMATIC1111's Web UI)
|
80 |
- [pvc-v1-lora.pt](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1-lora.pt) (maybe only works with kohya's [sd-scripts](https://huggingface.co/p1atdev/pvc/resolve/main/pvc-v1-lora.pt) or [webui extension](https://github.com/kohya-ss/sd-webui-additional-networks))
|
81 |
|
82 |
+
## Samples
|
83 |
|
84 |
![sample1](https://huggingface.co/p1atdev/pvc/resolve/main/samples/sample1.png)
|
85 |
|
|
|
111 |
Steps: 20, Sampler: DPM++ SDE Karras, CFG scale: 7
|
112 |
```
|
113 |
|
114 |
+
## Training information
|
115 |
|
116 |
```
|
117 |
--train_batch_size 1 --resolution 768,768 --learning_rate 1e-4 --max_train_steps 17740 --use_8bit_adam --xformers --mixed_precision fp16 --save_every_n_epochs 1 --network_module networks.lora --v2 --enable_bucket --max_token_length 225 --network_dim 16 --text_encoder_lr 5e-5
|