Instructions to use Lorenzob/astra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lorenzob/astra with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lorenzob/astra", dtype=torch.bfloat16, device_map="cuda") prompt = "My name is Julien and I like to" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| Metadata-Version: 2.1 | |
| Name: python-apt | |
| Version: 0.0.0 | |
| Summary: Python bindings for APT | |
| Author: APT Development Team | |
| Author-email: deity@lists.debian.org | |
| License: GNU GPL | |
| Platform: posix | |
| License-File: COPYING.GPL | |
| License-File: AUTHORS | |