How to use Abrumu/output with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Abrumu/output") 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