noob-sdxl-controlnet
Collection
8 items • Updated • 4
How to use Eugeoter/noob-sdxl-controlnet-depth with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline
controlnet = ControlNetModel.from_pretrained("Eugeoter/noob-sdxl-controlnet-depth")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
"Laxhar/sdxl_noob", controlnet=controlnet
)Base model
Laxhar/noobai-xl-EarlyAccess