lixiang46 commited on
Commit
cd4f227
ยท
1 Parent(s): fbec80d
Files changed (5) hide show
  1. README.md +3 -3
  2. app.py +1 -4
  3. assets/title.md +3 -3
  4. image/test_ip.jpg +0 -0
  5. image/test_ip2.png +0 -0
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Kolors
3
- emoji: ๐Ÿ–ผ
4
  colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.38.1
8
  app_file: app.py
 
1
  ---
2
+ title: Kolors-Controlnet
3
+ emoji: ๐Ÿž๏ธ
4
  colorFrom: purple
5
+ colorTo: grean
6
  sdk: gradio
7
  sdk_version: 4.38.1
8
  app_file: app.py
app.py CHANGED
@@ -100,10 +100,7 @@ def infer(prompt,
100
  return image
101
 
102
  examples = [
103
- ["ไธ€ๅผ ็“ข่™ซ็š„็…ง็‰‡๏ผŒๅพฎ่ท๏ผŒๅ˜็„ฆ๏ผŒ้ซ˜่ดจ้‡๏ผŒ็”ตๅฝฑ๏ผŒๆ‹ฟ็€ไธ€ไธช็‰Œๅญ๏ผŒๅ†™็€โ€œๅฏๅ›พโ€", None, None],
104
- ["3D anime style, hyperrealistic oil painting, dolphin leaping out of the water", None, None],
105
- ["็ฉฟ็€้ป‘่‰ฒTๆค่กซ๏ผŒไธŠ้ขไธญๆ–‡็ปฟ่‰ฒๅคงๅญ—ๅ†™็€โ€œๅฏๅ›พโ€", "image/test_ip.jpg", 0.5],
106
- ["A cute dog is running", "image/test_ip2.png", 0.5]
107
  ]
108
 
109
  css="""
 
100
  return image
101
 
102
  examples = [
103
+
 
 
 
104
  ]
105
 
106
  css="""
assets/title.md CHANGED
@@ -1,10 +1,10 @@
1
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
2
  <div>
3
- <h1>Kolors</h1>
4
- <span>Effective Training of Diffusion Model for Photorealistic Text-to-Image Synthesis</span>
5
  <br>
6
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
7
- <a href="https://github.com/Kwai-Kolors/Kolors"><img src="https://img.shields.io/static/v1?label=Kolors Code&message=Github&color=blue&logo=github-pages"></a> &ensp;
8
  <a href="https://kwai-kolors.github.io/"><img src="https://img.shields.io/static/v1?label=Team%20Page&message=Page&color=green"></a> &ensp;
9
  <a href="https://github.com/Kwai-Kolors/Kolors/blob/master/imgs/Kolors_paper.pdf"><img src="https://img.shields.io/static/v1?label=Tech Report&message=Kolors&color=red"></a> &ensp;
10
  <a href="https://klingai.kuaishou.com/"><img src="https://img.shields.io/static/v1?label=Official Website&message=Page&color=green"></a>
 
1
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
2
  <div>
3
+ <h1>Kolors-Controlnet</h1>
4
+ <span>Two ControlNet based on Kolors-Basemodel: Canny and Depth</span>
5
  <br>
6
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
7
+ <a href="https://github.com/Kwai-Kolors/Kolors/tree/master/controlnet"><img src="https://img.shields.io/static/v1?label=Kolors Code&message=Github&color=blue&logo=github-pages"></a> &ensp;
8
  <a href="https://kwai-kolors.github.io/"><img src="https://img.shields.io/static/v1?label=Team%20Page&message=Page&color=green"></a> &ensp;
9
  <a href="https://github.com/Kwai-Kolors/Kolors/blob/master/imgs/Kolors_paper.pdf"><img src="https://img.shields.io/static/v1?label=Tech Report&message=Kolors&color=red"></a> &ensp;
10
  <a href="https://klingai.kuaishou.com/"><img src="https://img.shields.io/static/v1?label=Official Website&message=Page&color=green"></a>
image/test_ip.jpg DELETED
Binary file (684 kB)
 
image/test_ip2.png DELETED
Binary file (949 kB)