Spaces:
Runtime error
Runtime error
lixiang46
commited on
Commit
·
88a3aee
1
Parent(s):
81b70fe
update
Browse files- .gitattributes +2 -0
- app.py +1 -0
- assets/title.md +2 -2
- image/1.png +3 -0
- image/2.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,5 @@ image/bird.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
image/dog.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
image/woman_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
image/woman_2.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 37 |
image/dog.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
image/woman_1.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
image/woman_2.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
image/1.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
image/2.png filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -185,6 +185,7 @@ with gr.Blocks(css=css) as Kolors:
|
|
| 185 |
)
|
| 186 |
with gr.Row():
|
| 187 |
image = gr.Image(label="Image", type="pil")
|
|
|
|
| 188 |
with gr.Accordion("Advanced Settings", open=False):
|
| 189 |
negative_prompt = gr.Textbox(
|
| 190 |
label="Negative prompt",
|
|
|
|
| 185 |
)
|
| 186 |
with gr.Row():
|
| 187 |
image = gr.Image(label="Image", type="pil")
|
| 188 |
+
ipa_image = gr.Image(label="IP-Adapter-Image", type="pil")
|
| 189 |
with gr.Accordion("Advanced Settings", open=False):
|
| 190 |
negative_prompt = gr.Textbox(
|
| 191 |
label="Negative prompt",
|
assets/title.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 2 |
<div>
|
| 3 |
-
<h1>Kolors-
|
| 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/tree/master/controlnet"><img src="https://img.shields.io/static/v1?label=Kolors Code&message=Github&color=blue&logo=github-pages"></a>  
|
|
|
|
| 1 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
| 2 |
<div>
|
| 3 |
+
<h1>Kolors-Controlnet_and_IPA</h1>
|
| 4 |
+
<span>ControlNet + IP-Adapter-Plus</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>  
|
image/1.png
ADDED
|
Git LFS Details
|
image/2.png
ADDED
|
Git LFS Details
|