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

CiroN2022
/
cd-md-music

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

Instructions to use CiroN2022/cd-md-music with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use CiroN2022/cd-md-music 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-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("CiroN2022/cd-md-music")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee

YAML Metadata Error:"widget[0].text" must be a string

  • CD/MD Music
    • Image examples for the model:

CD/MD Music

Image 0

None

Image examples for the model:

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7 Image 8 Image 9

Downloads last month
3
Inference Providers NEW
Text-to-Image

Model tree for CiroN2022/cd-md-music

Base model

stabilityai/stable-diffusion-xl-base-1.0
Adapter
(8353)
this model

Spaces using CiroN2022/cd-md-music 23

πŸ”Ž πŸ–ΌοΈ
multimodalart/LoraTheExplorer
πŸ‘¨β€πŸŽ€
multimodalart/face-to-all
πŸ”Ž πŸ–ΌοΈ
latent-consistency/lcm-LoraTheExplorer
πŸ‘¨β€πŸŽ€
lichih/face-to-all
😻
allknowingroger/Image-Models-Test221
πŸ‘¨β€πŸŽ€
abidlabs/face-to-all
πŸ‘¨β€πŸŽ€
cocktailpeanut/face-to-all-2
πŸ‘¨β€πŸŽ€
Pixagram/face-to-all
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs