Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Tellart
/
sunrisesprosus

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Tellart/sunrisesprosus with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Tellart/sunrisesprosus")
    
    prompt = "A breathtaking sunrise on a quiet, peaceful morning. The sky is a blend of soft pastel hues—delicate pinks, lavender purples, and gentle oranges, stretching across the horizon like a watercolor masterpiece. The first light of day spills over the landscape, casting long, golden rays that warm the cool, dewy earth below. As the sun slowly rises, it bathes the world in a soft, amber glow, making everything feel alive and full of possibility. The air is crisp and fresh, carrying the scent of pine trees and earth, evoking a deep sense of renewal and calm. The peaceful silence of the moment feels like time has slowed down, inviting deep reflection and stillness. The feeling of awe and wonder fills the heart, bringing a quiet joy that is both calming and energizing. It's a reminder of nature’s beauty and the simple, grounding pleasure of witnessing a new day unfold. The scene evokes feelings of hope, peace, and the endless potential that comes with the beginning of a new chapter."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sunrisesprosus
148 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Tellart's picture
Tellart
Add 3 files
78f64dd verified about 1 year ago
  • images
    Add 3 files about 1 year ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • README.md
    1.92 kB
    initial commit about 1 year ago
  • config.yaml
    1.3 kB
    Add 3 files about 1 year ago
  • lora.safetensors
    147 MB
    xet
    Add 3 files about 1 year ago