Instructions to use jise/controlnet-X-ray with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jise/controlnet-X-ray with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("jise/controlnet-X-ray") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 135 Bytes
493e63e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b99398ffce8767ec68007b8d7b502e7d44c7c7333688512401a589db40a294f0
size 1445259705
|