clementchadebec
commited on
Commit
•
d6fecf3
1
Parent(s):
ae74e2e
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,11 @@ pipe = FluxControlNetPipeline.from_pretrained(
|
|
28 |
|
29 |
|
30 |
# Load a control image
|
31 |
-
control_image = load_image(
|
|
|
|
|
|
|
|
|
32 |
|
33 |
image = pipe(
|
34 |
prompt,
|
@@ -41,7 +45,7 @@ image.save("image.jpg")
|
|
41 |
```
|
42 |
|
43 |
<p align="center">
|
44 |
-
<img style="width:700px;" src="
|
45 |
</p>
|
46 |
|
47 |
# Licence
|
|
|
28 |
|
29 |
|
30 |
# Load a control image
|
31 |
+
control_image = load_image(
|
32 |
+
"https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/resolve/main/examples/depth.jpg"
|
33 |
+
)
|
34 |
+
|
35 |
+
prompt = "a statue of a gnome in a field of purple tulips"
|
36 |
|
37 |
image = pipe(
|
38 |
prompt,
|
|
|
45 |
```
|
46 |
|
47 |
<p align="center">
|
48 |
+
<img style="width:700px;" src="examples/output.jpg">
|
49 |
</p>
|
50 |
|
51 |
# Licence
|