clementchadebec commited on
Commit
2bedb9e
1 Parent(s): 2c196e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -39,7 +39,7 @@ pipe = FluxControlNetPipeline.from_pretrained(
39
 
40
  # Load a control image
41
  control_image = load_image(
42
- "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/depth.jpg"
43
  )
44
 
45
  prompt = "a statue of a gnome in a field of purple tulips"
@@ -73,9 +73,8 @@ im = load_image(
73
  "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/output.jpg"
74
  )
75
 
76
- surface = normal_bae(
77
- im
78
- )
79
  surface
80
  ```
81
 
 
39
 
40
  # Load a control image
41
  control_image = load_image(
42
+ "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/surface.jpg"
43
  )
44
 
45
  prompt = "a statue of a gnome in a field of purple tulips"
 
73
  "https://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/resolve/main/examples/output.jpg"
74
  )
75
 
76
+ surface = normal_bae(im)
77
+
 
78
  surface
79
  ```
80