Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
3fd3487
1
Parent(s):
ddf6ade
Update I-am-Justin.py
Browse files- I-am-Justin.py +2 -1
I-am-Justin.py
CHANGED
@@ -105,7 +105,8 @@ with gr.Blocks(css=css) as myface:
|
|
105 |
<br><h4>之后一般只需20秒左右</h4>""")
|
106 |
with gr.Tab("内置模型解释"):
|
107 |
gr.HTML(""" <title>在内置模型中生成图片可能出现的问题</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
108 |
-
<h4>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h4>
|
|
|
109 |
with gr.Row():
|
110 |
with gr.Column(scale=100):
|
111 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|
|
|
105 |
<br><h4>之后一般只需20秒左右</h4>""")
|
106 |
with gr.Tab("内置模型解释"):
|
107 |
gr.HTML(""" <title>在内置模型中生成图片可能出现的问题</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
108 |
+
<h4>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h4>
|
109 |
+
<h4>2. 使用digiplay/majicMIX_realistic_v6时,在提示词中加上“HI-RES”效果更好</h4>""")
|
110 |
with gr.Row():
|
111 |
with gr.Column(scale=100):
|
112 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|