Skip to content

Commit 62985b2

Browse files
authored
Add ghibli-style-transfer
Add ghibli-style-transfer
1 parent 4bffcef commit 62985b2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

data/cardsData.js

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,29 @@
2222
*/
2323

2424
export const cardsData = [
25+
{
26+
"githubRepoName": "ghibli-style-transfer",
27+
"project": "Bit-Scripts",
28+
"imageCover": "https://github.com/Bit-Scripts/ghibli-style-transfer/raw/main/Exemples/frame_trait%C3%A9.png",
29+
"title": "Stylisation des photos/vidéos dans un style Ghibli",
30+
"author": "Paul",
31+
"github": "https://github.com/Bit-Scripts/ghibli-style-transfer",
32+
"demo": "https://bit-scripts.github.io/",
33+
"translations": [
34+
{
35+
"lang": "en",
36+
"description": "Transform your photos or videos with a dreamy Ghibli look using AnimeGANv2 converted to ONNX. Compatible with AMD GPUs and ROCm!"
37+
},
38+
{
39+
"lang": "fr",
40+
"description": "Transforme tes vidéos ou images avec un style inspiré des films Ghibli grâce à AnimeGANv2 converti en ONNX. Compatible GPU AMD avec ROCm !"
41+
},
42+
{
43+
"lang": "es",
44+
"description": "Transforma tus imágenes o vídeos con un estilo Ghibli animado usando AnimeGANv2 convertido a ONNX. ¡Compatible con GPUs AMD y ROCm!"
45+
}
46+
]
47+
},
2548
{
2649
githubRepoName: "Bit-Scripts.github.io",
2750
project: "Bit-Scripts",

0 commit comments

Comments
 (0)