Text-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
diffusers-training
Instructions to use redbellpepper/model_out_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use redbellpepper/model_out_2 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("redbellpepper/model_out_2") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1-base", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 131 Bytes
91dc9c6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:65a9d25089873e167bc4e341435dcb34b222b31193f821fc01a1cdae243b3cb0
size 369717
|