Instructions to use GraydientPlatformAPI/mixedgrill2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GraydientPlatformAPI/mixedgrill2 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/mixedgrill2", 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
- Draw Things
- DiffusionBee
File size: 135 Bytes
6f02ad3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6150a09c6471f170be3585ccf24ca6cff5b8f1d351b5694e8e31c47adfd92a12
size 1389382176
|