Diffusers
TensorBoard
controlnet
Nacholmo commited on
Commit
cd49073
1 Parent(s): 86ef865

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,7 +6,10 @@ datasets:
6
 
7
  # Controlnet model for use in qr codes
8
 
9
- conditioning only 15% of the pixels closest to black, so as not to affect the luminance of the rest of the image. It goes 1500 steps so far and is quite promising
 
 
 
10
 
11
  1500.ckpt is the automatic1111 controlnet extension compatible weight, 1500.yaml is also important
12
 
 
6
 
7
  # Controlnet model for use in qr codes
8
 
9
+ Conditioning only 15% of the pixels closest to black, so as not to affect the luminance of the rest of the image. It goes 1500 steps so far and is quite promising
10
+
11
+ The concept seems to work, now I have to impruve te dataset and redo the training, this week I think Im gonna do it.
12
+
13
 
14
  1500.ckpt is the automatic1111 controlnet extension compatible weight, 1500.yaml is also important
15