clementchadebec commited on
Commit
ac0c36e
1 Parent(s): 5fb662e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  ---
11
  # ⚡ Flux.1-dev: Depth ControlNet ⚡
12
 
13
- A controlNet for depth map developped by Jasper research team.
14
 
15
  <p align="center">
16
  <img style="width:700px;" src="examples/showcase.jpg">
@@ -50,8 +50,10 @@ image = pipe(
50
  controlnet_conditioning_scale=0.6,
51
  num_inference_steps=28,
52
  guidance_scale=3.5,
 
 
53
  ).images[0]
54
- image.save("image.jpg")
55
  ```
56
 
57
  <p align="center">
 
10
  ---
11
  # ⚡ Flux.1-dev: Depth ControlNet ⚡
12
 
13
+ This is [Flux.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev) ControlNet for Depth map developped by Jasper research team.
14
 
15
  <p align="center">
16
  <img style="width:700px;" src="examples/showcase.jpg">
 
50
  controlnet_conditioning_scale=0.6,
51
  num_inference_steps=28,
52
  guidance_scale=3.5,
53
+ height=im.size[1],
54
+ width=im.size[0]
55
  ).images[0]
56
+ image
57
  ```
58
 
59
  <p align="center">