We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5e6f4 commit 0a96a91Copy full SHA for 0a96a91
docs/content/model-compatibility/diffusers.md
@@ -167,6 +167,12 @@ curl -H "Content-Type: application/json" -d @- http://localhost:8080/v1/images/
167
168
## img2vid
169
170
+{{% notice note %}}
171
+
172
+Experimental and available only on master builds. See: https://github.com/mudler/LocalAI/pull/1442
173
174
+{{% /notice %}}
175
176
```yaml
177
name: img2vid
178
parameters:
@@ -187,6 +193,12 @@ curl -H "Content-Type: application/json" -X POST -d @- http://localhost:8080/v1/
187
193
188
194
## txt2vid
189
195
196
197
198
199
200
201
190
202
191
203
name: txt2vid
192
204
0 commit comments