How to use jxAIbot/multicontrol with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("jxAIbot/multicontrol") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet )
These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
Base model