CoolFace
Apppublic

MadeWithAI/MWAI-KOALA

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
12likes
index.html38 linesDownload Raw Back to root
1<!DOCTYPE html>2<html>3<head>4  <meta charset="utf-8">5  <meta name="description"6        content="KD-SDXL: Knowledge Distillation based Stable Diffusion XL">7  <meta name="keywords" content="text-to-image generation, multi-modal, SDXL">8  <meta name="viewport" content="width=device-width, initial-scale=1">9  <meta name="color-scheme" content="light only">10  <title>KOALA: Knowledge Distillation based Stable Diffusion XL</title>11  <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"12        rel="stylesheet">13 14  <link rel="stylesheet" href="./static/css/bulma.min.css">15  <link rel="stylesheet" href="./static/css/bulma-carousel.min.css">16  <link rel="stylesheet" href="./static/css/bulma-slider.min.css">17  <link rel="stylesheet" href="./static/css/fontawesome.all.min.css">18  <link rel="stylesheet"19        href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">20  <link rel="stylesheet" href="./static/css/index.css">21  <link rel="icon" href="./static/images/favicon.svg">22 23  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>24  <script defer src="./static/js/fontawesome.all.min.js"></script>25  <script src="./static/js/bulma-carousel.min.js"></script>26  <script src="./static/js/bulma-slider.min.js"></script>27  <script src="./static/js/index.js"></script>28</head>29 30<body>31  <!--32  <iframe src="https://etri-vilab.io:7861/" style="width:100%; height: 100%; border: 0; position: absolute; margin-bottom: 10px;"></iframe>33  -->34  <iframe src="https://etri-vilab.io:7861/" style="width:100%;height:3500px" scrolling="no"></iframe>35  <iframe src="https://youngwanlee.github.io/KOALA/" style="width:100%;height:9000px" scrolling="no"></iframe>36</body>37</html>38