1
1
# TDDiffusionAPI (TDA)
2
2
<a href =" https://discord.com/invite/wNW8xkEjrf " ><img src =" https://discord.com/api/guilds/838923088997122100/widget.png?style=shield " alt =" Discord Shield " /></a >
3
3
4
- Stable Diffusion image generator in TouchDesigner with [ AUTOMATIC1111] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui ) API
4
+ TouchDesigner interface for [ AUTOMATIC1111] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui ) API
5
5
6
6
![ image] ( https://user-images.githubusercontent.com/11017531/230521603-730908a4-097a-495c-8473-82e123109d70.png )
7
7
8
- ## Version 2.0.5
8
+ ## Version 2.0.6
9
9
### Features:
10
10
* ** Easy install (no additional libraries & scripts).** Start A1111 with api flag, drag & drop .tox to your project and you ready to go!
11
11
* ** img2img mode.** Connect any TOP to TDA and start generating images.
12
- * ** ControlNet support .** Connect any TOP to TDA controlNet TOP input.
12
+ * [ ** Controlnet .** ] ( https://github.com/Mikubill/sd-webui-controlnet ) Connect any TOP to TDA controlNet TOP input.
13
13
* ** Checkpoints.** You can select any checkpoint (from A1111) straight in TDA.
14
- * ** Sampling methods .** Also you can select samplers in TDA .
14
+ * ** Upscale .** connect any TOP to TDA extras TOP input and upscale images .
15
15
* ** Clip interrogator.** Connect any TOP to TDA and interrogate CLIP to get describing prompt.
16
- * [ ** Seed travel support .** ] ( https://github.com/yownas/seed_travel ) Install extension to A1111 and generate seed travels in TouchDesigner.
17
- * ** Annotation.** Every parameter now have help info. Hold ALT + rollover mouse on parameter.
16
+ * [ ** Seed travel.** ] ( https://github.com/yownas/seed_travel ) Install extension to A1111 and generate seed travels in TouchDesigner.
17
+ * ** Annotation.** Most parameter now have help info. Hold ALT + rollover mouse on parameter.
18
18
* ** Save images.** Now you can set to save images in folder or keep (only last) image in TOP out.
19
19
* ** OSX support.**
20
20
* ** Optimization.** Stable FPS and generation speed improvements.
@@ -25,20 +25,3 @@ Stable Diffusion image generator in TouchDesigner with [AUTOMATIC1111](https://g
25
25
3 . Download latest [ TDA component] ( https://github.com/olegchomp/TDDiffusionAPI/releases )
26
26
4 . Add TDDiffusionAPI.tox to TouchDesigner project.
27
27
5 . Run "Refresh" in "Dependencies" of TDA settings.
28
-
29
- ## Roadmap
30
- Use issues request or discord server to suggest tasks
31
-
32
- - [x] Seed travel
33
- - [ ] Prompt travel
34
- - [ ] Save sampling steps
35
- - [ ] VAE
36
- - [x] ControlNet
37
- - [x] txt2img
38
- - [x] Lexica API
39
- - [x] img2img
40
- - [x] Model select
41
- - [x] Check updates
42
- - [x] Samplers
43
- - [x] In App anotation
44
- - [x] CLIP interrogator
0 commit comments