Commit
•
5d749ed
1
Parent(s):
bb98e5e
Fix misplaced versions (#7)
Browse files- Fix misplaced versions (6076db28e9fca0db15f03cfd58cd5a224d5c1cea)
Co-authored-by: Bruno De Oliveira <[email protected]>
README.md
CHANGED
@@ -16,8 +16,8 @@ These ControlNet models have been trained on a large dataset of 150,000 QR code
|
|
16 |
|
17 |
The Stable Diffusion 2.1 version is marginally more effective, as it was developed to address my specific needs. However, a 1.5 version model was also trained on the same dataset for those who are using the older version.
|
18 |
Separate repos for usage in diffusers can be found here:<br>
|
19 |
-
1.5: https://huggingface.co/DionTimmer/controlnet_qrcode-
|
20 |
-
2.1: https://huggingface.co/DionTimmer/controlnet_qrcode-
|
21 |
|
22 |
## How to use with Diffusers
|
23 |
|
|
|
16 |
|
17 |
The Stable Diffusion 2.1 version is marginally more effective, as it was developed to address my specific needs. However, a 1.5 version model was also trained on the same dataset for those who are using the older version.
|
18 |
Separate repos for usage in diffusers can be found here:<br>
|
19 |
+
1.5: https://huggingface.co/DionTimmer/controlnet_qrcode-control_v1p_sd15<br>
|
20 |
+
2.1: https://huggingface.co/DionTimmer/controlnet_qrcode-control_v11p_sd21<br>
|
21 |
|
22 |
## How to use with Diffusers
|
23 |
|