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 bc5d747 commit b33f3d5Copy full SHA for b33f3d5
docs/hub/models-widgets-examples.md
@@ -248,6 +248,14 @@ widget:
248
prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance
249
```
250
251
+### Image-to-Video
252
+
253
+```yaml
254
+widget:
255
+- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/canny-edge.jpg
256
+ prompt: Girl with Pearl Earring # `prompt` field is optional in case the underlying model supports text guidance
257
+```
258
259
### Text-to-Image
260
261
```yaml
0 commit comments