Spaces:
Running
on
Zero
Running
on
Zero
lixiang46
commited on
Commit
•
cd4f227
1
Parent(s):
fbec80d
init
Browse files- README.md +3 -3
- app.py +1 -4
- assets/title.md +3 -3
- image/test_ip.jpg +0 -0
- image/test_ip2.png +0 -0
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
title: Kolors
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
-
colorTo:
|
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 |
-
|
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>
|
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>  
|
8 |
<a href="https://kwai-kolors.github.io/"><img src="https://img.shields.io/static/v1?label=Team%20Page&message=Page&color=green"></a>  
|
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>  
|
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>  
|
8 |
<a href="https://kwai-kolors.github.io/"><img src="https://img.shields.io/static/v1?label=Team%20Page&message=Page&color=green"></a>  
|
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>  
|
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)
|
|