Instructions to use Ananthusajeev190/Gee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ananthusajeev190/Gee 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/Gee", dtype=torch.bfloat16, device_map="cuda") prompt = "I like you. I love you" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
A newer version of this model is available: Ananthusajeev190/Venomoussaversai
README.md exists but content is empty.
- Downloads last month
- 6
Model tree for Ananthusajeev190/Gee
Unable to build the model tree, the base model loops to the model itself. Learn more.