How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline

controlnet = ControlNetModel.from_pretrained("Eugeoter/noob-sdxl-controlnet-tile")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"Laxhar/sdxl_noob", controlnet=controlnet
)

Thanks to Neko Kazama for the compute sponsorship, this model was successfully implemented!

Downloads last month
3,143
Safetensors
Model size
1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Eugeoter/noob-sdxl-controlnet-tile

Adapter
(16)
this model

Spaces using Eugeoter/noob-sdxl-controlnet-tile 13