├── README.md └── TDDiffusionAPI.tox /README.md: -------------------------------------------------------------------------------- 1 | # TDDiffusionAPI (TDA) 2 | Discord Shield 3 | 4 | TouchDesigner interface for [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) API 5 | 6 | ![image](https://user-images.githubusercontent.com/11017531/230521603-730908a4-097a-495c-8473-82e123109d70.png) 7 | 8 | ## Version 2.1.1 9 | ### Features: 10 | * **Easy install (no additional libraries & scripts).** Start A1111 with api flag, drag & drop .tox to your project and you ready to go! 11 | * **img2img mode.** Connect any TOP to TDA and start generating images. 12 | * **Stream mode**. Enable toggle to start auto-generation (live mode). 13 | * [**Multi-Controlnet.**](https://github.com/Mikubill/sd-webui-controlnet) Multiple ControlNet inputs for a single generation. Connect any TOP to TDA controlNet TOP input. 14 | * **Inpainting.** Connect mask to "inpaintMask" input. Only for img2img. 15 | * **Scripts & Extensions.** Partial support, not all scripts can be run in TD. 16 | * **Aditional tools.** Support for Hires Fix, Refiner. 17 | * **Checkpoints.** You can select any checkpoint (from A1111) straight in TDA. 18 | * **Upscale.** connect any TOP to TDA extras TOP input and upscale images. 19 | * **Clip interrogator.** Connect any TOP to TDA and interrogate CLIP to get describing prompt. 20 | * **Annotation.** Most parameter now have help info. Hold ALT + rollover mouse on parameter. 21 | * **Save images.** Now you can set to save images in folder or keep (only last) image in TOP out. 22 | * **OSX support.** 23 | * **Optimization.** Stable FPS and generation speed improvements. 24 | 25 | ## Installation 26 | 1. Install [AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui#installation-and-running) 27 | 2. Set "--api" flag in web-user.bat 28 | 3. Download latest [TDA component](https://github.com/olegchomp/TDDiffusionAPI/releases) 29 | 4. Add TDDiffusionAPI.tox to TouchDesigner project. 30 | 5. Run "Refresh" in "Dependencies" of TDA settings. 31 | -------------------------------------------------------------------------------- /TDDiffusionAPI.tox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/olegchomp/TDDiffusionAPI/36db99cb18e4e64f2b71705adcc27375055e5399/TDDiffusionAPI.tox --------------------------------------------------------------------------------