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