You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<Gallery/>` component will use your Model Card [widget metadata](/docs/hub/models-widgets-examples#text-to-image) to display the images with each associated prompt.
11
+
1. Update your Model Card [widget metadata](/docs/hub/models-widgets-examples#text-to-image) to add the media you want to showcase.
27
12
28
13
```yaml
29
14
widget:
@@ -40,4 +25,20 @@ widget:
40
25
url: "images/office.png"
41
26
```
42
27
28
+
2. Add the `<Gallery />` component to your card. The widget metadata will be used by the `<Gallery />` component to display the media with each associated prompt.
29
+
```md
30
+
31
+
<Gallery />
32
+
33
+
## Model description
34
+
35
+
TintinIA is fine-tuned version of Stable-Diffusion-xl trained on 125 comics panels from Tintin album.
0 commit comments