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
yeah, that's impressive
#4
by wangjiannnn - opened
unfortunatelly sometimes it generates images like this.
with more training this things can be fixed.
