clementchadebec commited on
Commit
6989444
1 Parent(s): 1775a73

Update README.md

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