ProGamerGov
commited on
Commit
•
29889cb
1
Parent(s):
f7fabbf
Add model card
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
---
|
4 |
+
|
5 |
+
**Min-Illust-Background-Diffusion**
|
6 |
+
|
7 |
+
This fine-tuned Stable Diffusion v1.5 model was trained for 2000 iterations with a batch size of 4, on a selection of artistic works by Sin jong hun. Training was performed using [ShivamShrirao/diffusers](https://github.com/ShivamShrirao/diffusers) with full precision, prior-preservation loss, the train-text-encoder feature, and the new [1.5 MSE VAE from Stability AI](https://huggingface.co/stabilityai/sd-vae-ft-mse). A total of 4120 regularization / class images were used from [here](https://huggingface.co/datasets/ProGamerGov/StableDiffusion-v1-5-Regularization-Images). Regularization images were generated using the prompt "artwork style", 50 DDIM steps, and a CFG of 7.
|
8 |
+
|
9 |
+
Use the tokens **sjh style** in your prompts for the effect. The effect also appears to occur at a much weaker strength on prompts that steer the output towards specific artistic styles.
|
10 |
+
|
11 |
+
|
12 |
+
<div align="center">
|
13 |
+
<img src="https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_image_size_512x768_t3x4.png" height="160px">
|
14 |
+
</div>
|
15 |
+
|
16 |
+
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_image_size_512x768_t3x4.png)
|
17 |
+
|
18 |
+
<div align="center">
|
19 |
+
<img src="https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_image_size_512x512_t8x5.png" height="160px">
|
20 |
+
</div>
|
21 |
+
|
22 |
+
* [Full Image](https://huggingface.co/ProGamerGov/Min-Illust-Background-Diffusion/resolve/main/v1_image_size_512x512_t8x5.png)
|