wybxc commited on
Commit
36fa2a5
1 Parent(s): 6711464

update readme

Browse files
Files changed (2) hide show
  1. README.md +12 -5
  2. requirements.txt +2 -0
README.md CHANGED
@@ -1,13 +1,20 @@
1
  ---
2
- title: Of Diffusion Demo
3
- emoji: 👁
4
  colorFrom: blue
5
- colorTo: blue
 
6
  sdk: streamlit
7
  sdk_version: 1.17.0
8
  app_file: app.py
9
- pinned: false
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
2
+ title: AI 元火娘
3
+ emoji: ❤️
4
  colorFrom: blue
5
+ colorTo: pink
6
+ python_version: 3.10
7
  sdk: streamlit
8
  sdk_version: 1.17.0
9
  app_file: app.py
10
+ models:
11
+ - wybxc/yanhuo-v1-dreambooth
12
+ - wybxc/yanyuan-v1-dreambooth
13
+ - wybxc/yuanhuo-v1-dreambooth
14
+ pinned: true
15
  license: apache-2.0
16
  ---
17
 
18
+ # AI 元火娘
19
+
20
+ 更多信息见总仓库:[of_diffusion](https://huggingface.co/wybxc/of_diffusion)。
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ torch
2
+ diffusers