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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,7 @@ tags:
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# openpose controlnet for flux.dev
|
|
|
|
| 19 |
|
| 20 |
## inference
|
| 21 |
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# openpose controlnet for flux.dev
|
| 19 |
+
(big thanks to [oxen.ai](https://www.oxen.ai/) for sponsoring the GPU for the training)
|
| 20 |
|
| 21 |
## inference
|
| 22 |
|