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