Skip to content

Commit 2ec223c

Browse files
authored
Update README.md
1 parent 983be6e commit 2ec223c

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# TDDiffusionAPI (TDA)
22
<a href="https://discord.com/invite/wNW8xkEjrf"><img src="https://discord.com/api/guilds/838923088997122100/widget.png?style=shield" alt="Discord Shield"/></a>
33

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
55

66
![image](https://user-images.githubusercontent.com/11017531/230521603-730908a4-097a-495c-8473-82e123109d70.png)
77

8-
## Version 2.0.5
8+
## Version 2.0.6
99
### Features:
1010
* **Easy install (no additional libraries & scripts).** Start A1111 with api flag, drag & drop .tox to your project and you ready to go!
1111
* **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.
1313
* **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.
1515
* **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.
1818
* **Save images.** Now you can set to save images in folder or keep (only last) image in TOP out.
1919
* **OSX support.**
2020
* **Optimization.** Stable FPS and generation speed improvements.
@@ -25,20 +25,3 @@ Stable Diffusion image generator in TouchDesigner with [AUTOMATIC1111](https://g
2525
3. Download latest [TDA component](https://github.com/olegchomp/TDDiffusionAPI/releases)
2626
4. Add TDDiffusionAPI.tox to TouchDesigner project.
2727
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

Comments
 (0)