Text-to-Image
Diffusers
auraflow
auraflow-diffusers
image-to-image
simpletuner
Not-For-All-Audiences
lora
controlnet
template:sd-lora
standard
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("ControlNetLoRA/auraflow")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"terminusresearch/auraflow-v0.3", controlnet=controlnet
)Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card