Crosstyan
commited on
Commit
•
9d39ac4
1
Parent(s):
7607635
thumbnails
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
inference: true
|
11 |
-
thumbnail: https://
|
12 |
widget:
|
13 |
- text: "1girl with blonde two side up disheveled hair red eyes in black serafuku red ribbon, upper body, simple background, grey background, collarbone"
|
14 |
example_title: "example 1girl"
|
@@ -17,16 +17,18 @@ widget:
|
|
17 |
|
18 |
# BPModel
|
19 |
|
|
|
|
|
20 |
## Update
|
21 |
|
22 |
**2023-01-02:** I wasted more GPU hours to train it a little bit more overfitting. Check out [bp_mk3.safetensors](bp_mk3.safetensors) and [bp_mk5.safetensors](bp_mk5.safetensors). Prepare yourself own VAE! Update your WebUI if you can't load [safetensors](https://github.com/huggingface/safetensors). Adds lots of samples in `images` folder!
|
23 |
|
24 |
**2023-01-06:** Checkout [NMFSAN](NMFSAN/README.md) for a new model trained with custom embeddings.
|
25 |
|
26 |
-
![car](images/00976-3769766671_20221226155509.png)
|
27 |
-
|
28 |
## Introduction
|
29 |
|
|
|
|
|
30 |
BPModel is an experimental Stable Diffusion model based on [ACertainty](https://huggingface.co/JosephusCheung/ACertainty) from [Joseph Cheung](https://huggingface.co/JosephusCheung).
|
31 |
|
32 |
Why is the Model even existing? There are loads of Stable Diffusion model out there, especially anime style models.
|
|
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
inference: true
|
11 |
+
thumbnail: https://huggingface.co/Crosstyan/BPModel/blob/main/images/BPModel.png
|
12 |
widget:
|
13 |
- text: "1girl with blonde two side up disheveled hair red eyes in black serafuku red ribbon, upper body, simple background, grey background, collarbone"
|
14 |
example_title: "example 1girl"
|
|
|
17 |
|
18 |
# BPModel
|
19 |
|
20 |
+
![BPModel](images/BPModel.png)
|
21 |
+
|
22 |
## Update
|
23 |
|
24 |
**2023-01-02:** I wasted more GPU hours to train it a little bit more overfitting. Check out [bp_mk3.safetensors](bp_mk3.safetensors) and [bp_mk5.safetensors](bp_mk5.safetensors). Prepare yourself own VAE! Update your WebUI if you can't load [safetensors](https://github.com/huggingface/safetensors). Adds lots of samples in `images` folder!
|
25 |
|
26 |
**2023-01-06:** Checkout [NMFSAN](NMFSAN/README.md) for a new model trained with custom embeddings.
|
27 |
|
|
|
|
|
28 |
## Introduction
|
29 |
|
30 |
+
![car](images/00976-3769766671_20221226155509.png)
|
31 |
+
|
32 |
BPModel is an experimental Stable Diffusion model based on [ACertainty](https://huggingface.co/JosephusCheung/ACertainty) from [Joseph Cheung](https://huggingface.co/JosephusCheung).
|
33 |
|
34 |
Why is the Model even existing? There are loads of Stable Diffusion model out there, especially anime style models.
|