How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Ananthusajeev190/Nina_text_classification", dtype=torch.bfloat16, device_map="cuda")

prompt = "I like you. I love you"
image = pipe(prompt).images[0]

Nina AI

Nina is a lightweight custom AI model created using safetensors. Optimized for low-resource devices and mobile environments.

Files

  • nina_model.safetensors : Model weights
  • config.json : Model architecture
  • tokenizer files : Token setup
  • run_nina.py : Run locally

Created by Ananthu Sajeev

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support