Instructions to use thedeoxen/Krea-2-pose-controlnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thedeoxen/Krea-2-pose-controlnet with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thedeoxen/Krea-2-pose-controlnet") pipe = StableDiffusionControlNetPipeline.from_pretrained( "krea/Krea-2-Turbo", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
The model doesn’t work with Comfy’s native nodes.
#2
by makisekurisu-jp - opened
@makisekurisu-jp please try to use attached workflow for this LORA
https://huggingface.co/thedeoxen/Krea-2-pose-controlnet/blob/main/krea2_controlnet_pose.json
