Instructions to use raulc0399/flux_dev_openpose_controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use raulc0399/flux_dev_openpose_controlnet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("raulc0399/flux_dev_openpose_controlnet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
How long does it take to observe pose control?
#5 opened 7 months ago
by
weilu4606
yeah, that's impressive
1
#4 opened 11 months ago
by
wangjiannnn
Conversion of .bin to safetensor
#3 opened about 1 year ago
by
Eric-ht
openpsoe controlnet question
2
#2 opened over 1 year ago
by
TIanqy
Can you upload the FP16 version, or upload the config. json
👍 1
6
#1 opened over 1 year ago
by
demo001s