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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mimbres
/
spansynth-edit

Audio-to-Audio
Diffusers
Safetensors
SpanSynthEditPipeline
audio
music
midi
midi-to-audio
flow-matching
Model card Files Files and versions
xet
Community

Instructions to use mimbres/spansynth-edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use mimbres/spansynth-edit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mimbres/spansynth-edit", 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
spansynth-edit
5.19 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 38 commits
mimbres's picture
mimbres
Link the ComfyUI workflow and score editor
9a3eff8 verified 1 day ago
  • codec
    Enable standard Diffusers custom pipeline loading 2 days ago
  • heartcodec-sq
    Release V8 step 127750 and frozen Base SQ codec 3 days ago
  • transformer
    Enable standard Diffusers custom pipeline loading 2 days ago
  • v3-sq-v8-127750step
    Release V8 step 127750 and frozen Base SQ codec 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • LICENSE
    11.4 kB
    Release V8 step 127750 and frozen Base SQ codec 3 days ago
  • NOTICE
    1.03 kB
    Add HeartCodec source and license references 2 days ago
  • README.md
    11.2 kB
    Link the ComfyUI workflow and score editor 1 day ago
  • model_index.json
    359 Bytes
    Use a string pipeline class with explicit custom loading 1 day ago
  • pipeline.py
    10.3 kB
    Use a string pipeline class with explicit custom loading 1 day ago