Diffusers
TensorBoard
controlnet
Nacholmo commited on
Commit
961572d
·
1 Parent(s): f6d7061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -26
README.md CHANGED
@@ -5,34 +5,13 @@ datasets:
5
  ---
6
 
7
 
 
8
 
9
- # TODO: rewrite the readme
 
10
 
11
 
 
12
 
 
13
 
14
-
15
-
16
-
17
-
18
-
19
- # Controlnet model for use in qr codes (Still on training)
20
-
21
- # 15 jun New model trained on a refined dataset with 7k steps "control_v7u_sd15_qr_pattern" added to the repo (not final)
22
-
23
- Conditioning only 15% of the pixels closest to black, so as not to affect the luminance of the rest of the image. Also I want to make a Preprocessor to have a blur slider. 1500.ckpt is the automatic1111 controlnet extension compatible weight, 1500.yaml is also important.
24
-
25
-
26
- ## 1.5k steps cherry picked examples (not scannable yet)
27
- Steps: 50,
28
- Sampler: DPM++ 2M Karras,
29
- ControlNet:
30
- preprocessor: none,
31
- model: 1500 [dafc5f57],
32
- weight: 1.5,
33
- starting/ending: (0, 0.9),
34
- controlNet is more important
35
- ![1.png](https://s3.amazonaws.com/moonup/production/uploads/62fb24dc86456e533456ebd1/8TmIVPjW_fIpOQYYLCmUu.png)
36
- ![2.png](https://s3.amazonaws.com/moonup/production/uploads/62fb24dc86456e533456ebd1/pxMIsT-0GepdXgdsyDknl.png)
37
- ![3.png](https://s3.amazonaws.com/moonup/production/uploads/62fb24dc86456e533456ebd1/dJ0OaHZ3zKJKhaDYZYCCn.png)
38
- ![4.png](https://s3.amazonaws.com/moonup/production/uploads/62fb24dc86456e533456ebd1/iGzLqg7sFrsyQKYs5f4PN.png)
 
5
  ---
6
 
7
 
8
+ # Controlnet model for use in qr codes
9
 
10
+ Conditioning only 15% of the pixels closest to black, so as not to affect the luminance of the rest of the image.
11
+ Also manteing the color to some degree.
12
 
13
 
14
+ # Lasted version on the Automatic1111-Compatible folder
15
 
16
+ Move the .yaml to extensions/sd-webui-controlnet/models
17