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: 134 Bytes
0d46b47 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1c0f98b17989984cb23f5d67729aaad1206ff53f40c13271f78534a9220f326
size 722698343
|