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("shgao/edit-anything-v0-1-1")
pipe = StableDiffusionControlNetPipeline.from_pretrained(
	"stabilityai/stable-diffusion-2-1", controlnet=controlnet
)
README.md exists but content is empty.
Downloads last month
14
Safetensors
Model size
0.4B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for shgao/edit-anything-v0-1-1

Adapter
(340)
this model

Spaces using shgao/edit-anything-v0-1-1 2