add gradio demo (#1)
Browse files- add gradio demo (4815b2afbe5b40fe80cd58f9aed00578977da86d)
Co-authored-by: Ahsen Khaliq <[email protected]>
README.md
CHANGED
@@ -26,6 +26,12 @@ It can be used by modifying the `instance_prompt`: **style of \<guo-chao\> illus
|
|
26 |
全球首个 “国潮插画” 风格定制化模型发布。该模型基于 Stable Diffusion model,并采用 DreamBooth 微调。该模型由 TiLake AIGC Group 在内部数据集上训练而来。
|
27 |
你可以通过扩充以下 `instance_prompt` 来使用国潮插画模型绘制各种画作: **style of \<guo-chao\> illustration**
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
## Description
|
30 |
|
31 |
This is a Stable Diffusion model fine-tuned on `China-Chic illustration` style images. It is trained by Tilake AIGC Group.
|
|
|
26 |
全球首个 “国潮插画” 风格定制化模型发布。该模型基于 Stable Diffusion model,并采用 DreamBooth 微调。该模型由 TiLake AIGC Group 在内部数据集上训练而来。
|
27 |
你可以通过扩充以下 `instance_prompt` 来使用国潮插画模型绘制各种画作: **style of \<guo-chao\> illustration**
|
28 |
|
29 |
+
# Gradio
|
30 |
+
|
31 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run China-Chic-illustration:
|
32 |
+
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/akhaliq/China-Chic-illustration)
|
33 |
+
|
34 |
+
|
35 |
## Description
|
36 |
|
37 |
This is a Stable Diffusion model fine-tuned on `China-Chic illustration` style images. It is trained by Tilake AIGC Group.
|