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

modernjack3
/
Dramabox_DiT_Sulfur

Text-to-Speech
Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use modernjack3/Dramabox_DiT_Sulfur with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("modernjack3/Dramabox_DiT_Sulfur", 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
Dramabox_DiT_Sulfur
13.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
modernjack3's picture
modernjack3
Update README.md
0201bf2 verified 3 days ago
  • dramabox_checkpoint_tools_v1
    Update dramabox_checkpoint_tools_v1/README.md 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 5 days ago
  • Dramabox_DiT_v2.safetensors
    6.57 GB
    xet
    Upload Dramabox_DiT_v2.safetensors 3 days ago
  • README.md
    1.19 kB
    Update README.md 3 days ago
  • dramabox_dit_sulfur.safetensors
    6.57 GB
    xet
    Upload dramabox_dit_sulfur.safetensors 5 days ago