upload model
Browse files- .gitattributes +1 -0
- README.md +53 -0
- control_fwr_color_test.ckpt +3 -0
- control_fwr_fp16_color_test_fp16.safetensors +3 -0
- images/00026-387124715.png +3 -0
- images/00698-598802874_seg.png +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
+
license: creativeml-openrail-m
|
8 |
+
inference: false
|
9 |
+
|
10 |
+
---
|
11 |
+
|
12 |
+
# ControlNet test
|
13 |
+
|
14 |
+
This model is an **experimental** CN model.
|
15 |
+
It aims to paint the finish coat from the primer coat.
|
16 |
+
It seems that setting Control mode to "ControlNet is more important" and doing i2i based on the primed image gives relatively good results.
|
17 |
+
|
18 |
+
## Model Description
|
19 |
+
|
20 |
+
| base model | annotator | images | epochs | batch size | precision |
|
21 |
+
| --------------------------------------------------------------- | ---------------------------------------------------------- | ------ | ------ | ---------- | --------- |
|
22 |
+
| [Flex Waifu Rainbow](https://huggingface.co/Ai-tensa/FlexWaifu) | [DanbooRegion](https://github.com/lllyasviel/DanbooRegion) | 6k | 10 | 8 | fp16 |
|
23 |
+
|
24 |
+
The model was trained from [Flex Waifu Rainbow](https://huggingface.co/Ai-tensa/FlexWaifu) with ~6k images paired with images segmented by [DanbooRegion](https://github.com/lllyasviel/DanbooRegion).
|
25 |
+
The training images are from various authors and models published on the Internet with AI illustration tags.
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
|
30 |
+
The CreativeML OpenRAIL License specifies:
|
31 |
+
|
32 |
+
1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
|
33 |
+
2. The authors claims no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
|
34 |
+
3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
|
35 |
+
[Please read the full license here](https://huggingface.co/spaces/CompVis/stable-diffusion-license)
|
36 |
+
|
37 |
+
## Acknowledgements
|
38 |
+
|
39 |
+
These Models build on the excellent works: SD1.4, developed by [CompVis Researchers](https://ommer-lab.com/), ControlNet and DanbooRegion by [Lvmin Zhang](https://huggingface.co/lllyasviel), et.al., and WD1.3, developed by [Anthony Mercurio](https://github.com/harubaru), [Salt](https://github.com/sALTaccount/), and [Cafe](https://twitter.com/cafeai_labs).
|
40 |
+
|
41 |
+
## Example (Flex Waifu Rainbow with CN)
|
42 |
+
|
43 |
+
**Input**
|
44 |
+
![](./images/00698-598802874_seg.png)
|
45 |
+
|
46 |
+
**Output**
|
47 |
+
![](images/00026-387124715.png)
|
48 |
+
|
49 |
+
```
|
50 |
+
parameters (i2i without prompt)
|
51 |
+
|
52 |
+
Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 387124715, Size: 1152x1152, Model hash: 3f709dac23, Model: FlexWaifu_FlexWaifuRainbow, Denoising strength: 0.6, Version: v1.2.1, ControlNet 0: "preprocessor: none, model: control_fwr_color_test_fp16 [c6536a9b], weight: 1, starting/ending: (0, 1), resize mode: Crop and Resize, pixel perfect: False, control mode: ControlNet is more important, preprocessor params: (64, 64, 64)"
|
53 |
+
```
|
control_fwr_color_test.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c959caa59a9c612381935a39a2679d6e6504bb3fd9255f9ce74d8b59d69a22d
|
3 |
+
size 6436036070
|
control_fwr_fp16_color_test_fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1f1e32619516c5486d1118264928bf06de594a3b487711e54ce91b72cb257b0
|
3 |
+
size 722601104
|
images/00026-387124715.png
ADDED
Git LFS Details
|
images/00698-598802874_seg.png
ADDED
Git LFS Details
|