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

  • Log In
  • Sign Up

lucataco
/
LittleGoldenBook

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

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

  • Libraries
  • Diffusers

    How to use lucataco/LittleGoldenBook with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lucataco/LittleGoldenBook", 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
LittleGoldenBook / sample_images
481 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 2 commits
lucataco's picture
lucataco
Upload gallery.png
2fb97b9 over 3 years ago
  • gallery.png
    345 kB
    Upload gallery.png over 3 years ago
  • pic31.jpeg
    32.5 kB
    Upload 4 files over 3 years ago
  • pic38.jpeg
    37.7 kB
    Upload 4 files over 3 years ago
  • pic41.jpeg
    33.5 kB
    Upload 4 files over 3 years ago
  • pic6.jpeg
    31.7 kB
    Upload 4 files over 3 years ago