Instructions to use GraydientPlatformAPI/nijiglee25D_eclipticV10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GraydientPlatformAPI/nijiglee25D_eclipticV10 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("GraydientPlatformAPI/nijiglee25D_eclipticV10", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
44918af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fac3e53653f2b462892d5a4f6c663299a94fe08ae59a0da4594b70faf82441c2
size 167335342
|