Instructions to use pcuenq/v14-variants with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pcuenq/v14-variants with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("pcuenq/v14-variants", 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
5dc26bd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1990960b2b5027a372688ea5d5248ea6f7bfcc8a86c8c6f7f3b5a0c6961e0fb3
size 246187673
|