Instructions to use briannlongzhao/genx_custom_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use briannlongzhao/genx_custom_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("briannlongzhao/genx_custom_diffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of a <genx>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
f8a0c0e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bad5484886ce571eb63a5e37380f83597e48bae79c39c88c57589df91290427c
size 152646586
|