Skip to content

Commit 0a96a91

Browse files
committed
Add notice on docs
1 parent 7e5e6f4 commit 0a96a91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/model-compatibility/diffusers.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,12 @@ curl -H "Content-Type: application/json" -d @- http://localhost:8080/v1/images/
167167

168168
## img2vid
169169

170+
{{% notice note %}}
171+
172+
Experimental and available only on master builds. See: https://github.com/mudler/LocalAI/pull/1442
173+
174+
{{% /notice %}}
175+
170176
```yaml
171177
name: img2vid
172178
parameters:
@@ -187,6 +193,12 @@ curl -H "Content-Type: application/json" -X POST -d @- http://localhost:8080/v1/
187193

188194
## txt2vid
189195

196+
{{% notice note %}}
197+
198+
Experimental and available only on master builds. See: https://github.com/mudler/LocalAI/pull/1442
199+
200+
{{% /notice %}}
201+
190202
```yaml
191203
name: txt2vid
192204
parameters:

0 commit comments

Comments
 (0)