Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

susnato
/
tortoise-tts_dev

Diffusers
TortoiseTTSPipeline
Model card Files Files and versions
xet
Community

Instructions to use susnato/tortoise-tts_dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use susnato/tortoise-tts_dev with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("susnato/tortoise-tts_dev", 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
tortoise-tts_dev
2.72 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
susnato's picture
susnato
Update model_index.json
d0133fe over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • added_tokens.json
    72 Bytes
    Added files related to tokenizer over 2 years ago
  • config.json
    42 Bytes
    Create config.json over 2 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    2.72 GB
    xet
    testing over 2 years ago
  • merges.txt
    1.02 kB
    Added files related to tokenizer over 2 years ago
  • model_index.json
    913 Bytes
    Update model_index.json over 2 years ago
  • special_tokens_map.json
    109 Bytes
    Added files related to tokenizer over 2 years ago
  • tokenizer.json
    4.45 kB
    Added files related to tokenizer over 2 years ago
  • tokenizer_config.json
    1.22 kB
    Added files related to tokenizer over 2 years ago
  • vocab.json
    3.34 kB
    Added files related to tokenizer over 2 years ago