clementchadebec
commited on
Commit
•
431cdce
1
Parent(s):
c01a15a
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
|
3 |
A controlNet for depth map developped by Jasper research team.
|
4 |
|
5 |
-
|
|
|
|
|
6 |
|
7 |
# How to use
|
8 |
This model can be used directly with the `diffusers` library
|
@@ -24,8 +26,9 @@ pipe = FluxControlNetPipeline.from_pretrained(
|
|
24 |
torch_dtype=torch.bfloat16
|
25 |
)
|
26 |
|
|
|
27 |
# Load a control image
|
28 |
-
control_image = load_image("https://huggingface.co/
|
29 |
|
30 |
image = pipe(
|
31 |
prompt,
|
|
|
2 |
|
3 |
A controlNet for depth map developped by Jasper research team.
|
4 |
|
5 |
+
<p align="center">
|
6 |
+
<img style="width:700px;" src="examples/showcase.jpg">
|
7 |
+
</p>
|
8 |
|
9 |
# How to use
|
10 |
This model can be used directly with the `diffusers` library
|
|
|
26 |
torch_dtype=torch.bfloat16
|
27 |
)
|
28 |
|
29 |
+
|
30 |
# Load a control image
|
31 |
+
control_image = load_image("https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/examples/depth.jpg")
|
32 |
|
33 |
image = pipe(
|
34 |
prompt,
|