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

  • Log In
  • Sign Up

jruaechalar
/
letras0

Text-to-Image
Diffusers
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
10

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

  • Libraries
  • Diffusers

    How to use jruaechalar/letras0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jruaechalar/letras0", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
letras0
1.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
jruaechalar's picture
jruaechalar
Modelo en formato .bin como segmind/small-sd
1f819a6 verified 11 months ago
  • scheduler
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • text_encoder
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • tokenizer
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • unet
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • vae
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.16 kB
    Modelo en formato .bin como segmind/small-sd 11 months ago
  • model_index.json
    608 Bytes
    Modelo en formato .bin como segmind/small-sd 11 months ago