Text-to-Audio
Inference Endpoints
hungchiayu commited on
Commit
5e3b24c
·
verified ·
1 Parent(s): e92d775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -50,6 +50,10 @@ TangoFlux consists of FluxTransformer blocks which are Diffusion Transformer (Di
50
 
51
  ## Getting Started
52
  Download TangoFlux from our github https://github.com/declare-lab/TangoFlux
 
 
 
 
53
  ```python
54
  import torchaudio
55
  from tangoflux import TangoFluxInference
 
50
 
51
  ## Getting Started
52
  Download TangoFlux from our github https://github.com/declare-lab/TangoFlux
53
+ The model will be automatically downloaded and saved in cache. Subsequent runs will load the model directly from cache.
54
+
55
+ 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.
56
+
57
  ```python
58
  import torchaudio
59
  from tangoflux import TangoFluxInference