Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ Integrating the strengths of both ControlNet and PEFT, this approach offers a mo
|
|
16 |
|
17 |
For each model below, you'll find `Rank 256` files (reducing the `~4.7GB` ControlNets to `~738MB`) and experimental, ultra-pruned `Rank 128` files (reducing to `~377MB`).
|
18 |
|
|
|
19 |
### MiDaS and ClipDrop Depth
|
20 |
![canny](samples/depth-sample.jpeg)
|
21 |
|
@@ -23,7 +24,7 @@ Depth estimation is an image processing technique that determines the distance o
|
|
23 |
|
24 |
In the example above, we compare the depth results of MiDaS dpt_beit_large_512 with ClipDrop Depth for portraits, and their subsequent use in Depth Control-LoRa.
|
25 |
|
26 |
-
The Control-LoRA utilizes a grayscale depth map for guided generation
|
27 |
|
28 |
### Canny Edge
|
29 |
![canny](samples/canny-sample.jpeg)
|
|
|
16 |
|
17 |
For each model below, you'll find `Rank 256` files (reducing the `~4.7GB` ControlNets to `~738MB`) and experimental, ultra-pruned `Rank 128` files (reducing to `~377MB`).
|
18 |
|
19 |
+
Each Control-LoRA has been trained on a diverse range of image concepts and aspect ratios.
|
20 |
### MiDaS and ClipDrop Depth
|
21 |
![canny](samples/depth-sample.jpeg)
|
22 |
|
|
|
24 |
|
25 |
In the example above, we compare the depth results of MiDaS dpt_beit_large_512 with ClipDrop Depth for portraits, and their subsequent use in Depth Control-LoRa.
|
26 |
|
27 |
+
The Control-LoRA utilizes a grayscale depth map for guided generation.
|
28 |
|
29 |
### Canny Edge
|
30 |
![canny](samples/canny-sample.jpeg)
|