Instructions to use dataautogpt3/PrometheusV1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dataautogpt3/PrometheusV1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("dataautogpt3/PrometheusV1", dtype=torch.bfloat16, device_map="cuda") prompt = "black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 135 Bytes
47755c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:291d64d08112550b10cf7971aa7e7ea646a9c36f70b64f7bb556c8e8131f3813
size 6938084280
|