Instructions to use Comfy-Org/z_image_turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/z_image_turbo with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
torch.compile needs frequent recompiles. Any tips?
#8
by eepos - opened
Recompile seems to get triggered very easily. Changing resolution triggers it and sometimes even changing prompt does it too.
Any good custom nodes that enable smoother operation or other tips?
Edit: Okay, maybe Kijai read this or just a happy coincidence but he added a new TorchCompileModelAdvanced node to KJ-nodes which does help out some. There is still some recompilation with resolution changes but they are much shorter now. Appreciated!