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 )
Dear author, how many images did your model train before you could observe the phenomenon? During my training, I observed that the model seemed to directly abandon the control conditions and fit the loss. However, I was using my own framework.
· Sign up or log in to comment