Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Lospolos
/
Los

Text Classification
Diffusers
code
finance
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use Lospolos/Los with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Lospolos/Los with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lospolos/Los", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "I like you. I love you"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
Los
2.01 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ameengt4's picture
ameengt4
Create README.md
8862347 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    494 Bytes
    Create README.md 10 months ago