Text-to-Audio
Inference Endpoints
hollownight commited on
Commit
0a3d880
·
verified ·
1 Parent(s): fafcf37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -50,10 +50,14 @@ TangoFlux consists of FluxTransformer blocks which are Diffusion Transformer (Di
50
 
51
 
52
  ## Getting Started
53
- Download TangoFlux from our github https://github.com/declare-lab/TangoFlux
54
- The model will be automatically downloaded and saved in cache. Subsequent runs will load the model directly from cache.
 
 
 
 
55
 
56
- The generate function uses 25 steps by default to sample from the flow model. We recommend using 50 steps for generating better quality audios. This comes at the cost of increased run-time.
57
 
58
  ```python
59
  import torchaudio
 
50
 
51
 
52
  ## Getting Started
53
+ Get TangoFlux from our GitHub repo https://github.com/declare-lab/TangoFlux with
54
+ ```bash
55
+ pip install git+https://github.com/declare-lab/TangoFlux
56
+ ```
57
+
58
+ The model will be automatically downloaded and saved in a cache. The subsequent runs will load the model directly from the cache.
59
 
60
+ The `generate` function uses 25 steps by default to sample from the flow model. We recommend using 50 steps for generating better quality audios. This comes at the cost of increased run-time.
61
 
62
  ```python
63
  import torchaudio