wanghaofan commited on
Commit
70f9826
·
verified ·
1 Parent(s): b547219

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -91,7 +91,8 @@ image = pipe(
91
  import torch
92
  from diffusers.utils import load_image
93
 
94
- # https://github.com/huggingface/diffusers/pull/11350, after merging, you can directly import from diffusers
 
95
  # from diffusers import FluxControlNetPipeline, FluxControlNetModel
96
 
97
  # use local files for this moment
 
91
  import torch
92
  from diffusers.utils import load_image
93
 
94
+ # https://github.com/huggingface/diffusers/pull/11350
95
+ # You can directly import from diffusers by install the laster version from source
96
  # from diffusers import FluxControlNetPipeline, FluxControlNetModel
97
 
98
  # use local files for this moment