Instructions to use Ananthusajeev190/Venomoussaversai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ananthusajeev190/Venomoussaversai with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Ananthusajeev190/Venomoussaversai", dtype=torch.bfloat16, device_map="cuda") prompt = "My name is Wolfgang and I live in Berlin" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 161
Model tree for Ananthusajeev190/Venomoussaversai
Unable to build the model tree, the base model loops to the model itself. Learn more.