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

Noginowa
/
FlowerMixMoonXL

Text-to-Image
Diffusers
English
stable-diffusion
stable-diffusion-diffusers
Merge
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Noginowa/FlowerMixMoonXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Noginowa/FlowerMixMoonXL", 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 Settings
  • Draw Things
  • DiffusionBee
FlowerMixMoonXL
20.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
Noginowa's picture
Noginowa
Update README.md
8dbe3dd verified 8 months ago
  • images
    Upload FlowerMixMoonXL_cover_v3.jpeg almost 2 years ago
  • .gitattributes
    1.66 kB
    Upload FlowerMixMoonXL_cover_v3.jpeg almost 2 years ago
  • FlowerMixMoonXL_v1.safetensors
    6.94 GB
    xet
    Upload 2 files almost 2 years ago
  • FlowerMixMoonXL_v2.safetensors
    6.94 GB
    xet
    Upload 2 files almost 2 years ago
  • FlowerMixMoonXL_v3.safetensors
    6.94 GB
    xet
    Upload FlowerMixMoonXL_v3.safetensors almost 2 years ago
  • README.md
    4.13 kB
    Update README.md 8 months ago