Instructions to use shgao/edit-anything-v0-1-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use shgao/edit-anything-v0-1-1 with Diffusers:
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 ) - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 15
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
Base model
stabilityai/stable-diffusion-2-1