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