Instructions to use NbAiLab/salmon-f5-tts-north-sami with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NbAiLab/salmon-f5-tts-north-sami with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NbAiLab/salmon-f5-tts-north-sami", 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
Add files using upload-large-folder tool
Browse files- model_590000.safetensors +3 -0
- model_last.safetensors +3 -0
model_590000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8193e9315b42bd431da1b4d16c57317386a884382bfc215e75b83ed10d87eb1
|
| 3 |
+
size 1348437809
|
model_last.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d468b6bb21a97730da41b748ea0344f6939dc4adfcecc7ce62a01726d2cdd0e
|
| 3 |
+
size 1348437809
|