clementchadebec commited on
Commit
70f8801
1 Parent(s): d19b7e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ pipe = FluxControlNetPipeline.from_pretrained(
36
  controlnet=controlnet,
37
  torch_dtype=torch.bfloat16
38
  )
39
-
40
 
41
  # Load a control image
42
  control_image = load_image(
 
36
  controlnet=controlnet,
37
  torch_dtype=torch.bfloat16
38
  )
39
+ pipe.to("cuda")
40
 
41
  # Load a control image
42
  control_image = load_image(