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("NicolasCC/outputs")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"sudo-ai/zero123plus-v1.1", controlnet=controlnet
)

controlnet-AimerStars/outputs

These are controlnet weights trained on sudo-ai/zero123plus-v1.1 with new type of conditioning.

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NicolasCC/outputs

Adapter
(1)
this model