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

  • Log In
  • Sign Up

ItsMeBell
/
LarosBell-XL

Text-to-Image
Diffusers
English
Anime
Text-To-Image
3D
Model card Files Files and versions
xet
Community

Instructions to use ItsMeBell/LarosBell-XL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ItsMeBell/LarosBell-XL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ItsMeBell/LarosBell-XL", 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
LarosBell-XL
13.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
ItsMeBell's picture
ItsMeBell
Upload LarosBell-XL-v2.safetensors
38c21b5 verified about 2 years ago
  • .gitattributes
    2.16 kB
    Upload 11 files about 2 years ago
  • LarosBell-XL-v2.safetensors
    6.94 GB
    xet
    Upload LarosBell-XL-v2.safetensors about 2 years ago
  • LarosBell-XL.safetensors
    6.94 GB
    xet
    Rename LarosBell-XL-Final.safetensors to LarosBell-XL.safetensors about 2 years ago
  • README.md
    11.8 kB
    Update README.md about 2 years ago