Commit 473ce5ea authored by Navonil Majumder's avatar Navonil Majumder
Browse files

ComfyUI added to `README.md`

parent 8ec5b6d1
...@@ -62,6 +62,12 @@ audio = model.generate('Hammer slowly hitting the wooden table', steps=50, durat ...@@ -62,6 +62,12 @@ audio = model.generate('Hammer slowly hitting the wooden table', steps=50, durat
torchaudio.save('output.wav', audio, 44100) torchaudio.save('output.wav', audio, 44100)
``` ```
### [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
> This ui will let you design and execute advanced stable diffusion pipelines using a graph/nodes/flowchart based interface.
Check [this](https://github.com/LucipherDev/ComfyUI-TangoFlux) repo for the custom node for *ComfyUI*. (Thanks to [![LucipherDev](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/LucipherDev))
Our evaluation shows that inference with 50 steps yields the best results. A CFG scale of 3.5, 4, and 4.5 yield similar quality output. Inference with 25 steps yields similar audio quality at a faster speed. Our evaluation shows that inference with 50 steps yields the best results. A CFG scale of 3.5, 4, and 4.5 yield similar quality output. Inference with 25 steps yields similar audio quality at a faster speed.
## Training ## Training
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment