Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
910bd03
1
Parent(s):
6936862
Update I-am-Justin.py
Browse files- I-am-Justin.py +4 -1
I-am-Justin.py
CHANGED
@@ -50,6 +50,7 @@ models = [
|
|
50 |
"botp/Realistic_Vision_V1.4",
|
51 |
"digiplay/AbsoluteReality_v1.8.1",
|
52 |
"stablediffusionapi/edge-of-realism",
|
|
|
53 |
]
|
54 |
current_model = models[0]
|
55 |
|
@@ -102,6 +103,7 @@ models2=[
|
|
102 |
gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
|
103 |
gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
|
104 |
gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
|
|
|
105 |
]
|
106 |
|
107 |
|
@@ -133,7 +135,8 @@ with gr.Blocks(css=css) as myface:
|
|
133 |
gr.HTML(""" <title>在内置模型中生成图片可能出现的问题</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
134 |
<h4>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h4>
|
135 |
<h4>2. 使用digiplay/majicMIX_realistic_v6时,在提示词中加上“HI-RES”效果更好</h4>
|
136 |
-
<h4>3. 使用digiplay/LuckyStrikeMix1.05_Lovelylady时,在提示词中加上“photorealism”,“8k”等关键词,效果更好</h4>
|
|
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=100):
|
139 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|
|
|
50 |
"botp/Realistic_Vision_V1.4",
|
51 |
"digiplay/AbsoluteReality_v1.8.1",
|
52 |
"stablediffusionapi/edge-of-realism",
|
53 |
+
"yehiaserag/anime-pencil-diffusion",
|
54 |
]
|
55 |
current_model = models[0]
|
56 |
|
|
|
103 |
gr.Interface.load(f"models/{models[43]}",live=True,preprocess=False),
|
104 |
gr.Interface.load(f"models/{models[44]}",live=True,preprocess=False),
|
105 |
gr.Interface.load(f"models/{models[45]}",live=True,preprocess=False),
|
106 |
+
gr.Interface.load(f"models/{models[46]}",live=True,preprocess=False),
|
107 |
]
|
108 |
|
109 |
|
|
|
135 |
gr.HTML(""" <title>在内置模型中生成图片可能出现的问题</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
136 |
<h4>1. 使用Envvi/Inkpunk-Diffusion时,需要在提示词中加上“nvinkpunk”</h4>
|
137 |
<h4>2. 使用digiplay/majicMIX_realistic_v6时,在提示词中加上“HI-RES”效果更好</h4>
|
138 |
+
<h4>3. 使用digiplay/LuckyStrikeMix1.05_Lovelylady时,在提示词中加上“photorealism”,“8k”等关键词,效果更好</h4>
|
139 |
+
<h4>4. 使用yehiaserag/anime-pencil-diffusion时,需在提示词中加上“animepencilconcept style”或“anime pencil concept style”</h4>""")
|
140 |
with gr.Row():
|
141 |
with gr.Column(scale=100):
|
142 |
magic1=gr.Textbox(label="输入提示词:", lines=4, placeholder = "英文")
|