Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def inference(
|
|
206 |
invert_final_image: bool = False,
|
207 |
invert_init_image: bool = False,
|
208 |
controlnet_model: str = "QR Code Monster",
|
209 |
-
diffusion_model: str = "
|
210 |
reference_image_strength: float = 0.6,
|
211 |
):
|
212 |
try:
|
@@ -421,7 +421,7 @@ with gr.Blocks(theme='Hev832/Applio', css=css, fill_width=True, fill_height=True
|
|
421 |
prompt = gr.Textbox(
|
422 |
label="Artistic Prompt",
|
423 |
placeholder="Describe the style or theme for your QR code art (For best results, keep the prompt to 75 characters or less as seen below)",
|
424 |
-
value="A high-res, photo-realistic minimalist rendering of Mount Fuji as a sharp, semi-realistic silhouette on the horizon
|
425 |
info="Describe the style or theme for your QR code art (For best results, keep the prompt to 75 characters or less as seen in the example)",
|
426 |
lines=8,
|
427 |
)
|
|
|
206 |
invert_final_image: bool = False,
|
207 |
invert_init_image: bool = False,
|
208 |
controlnet_model: str = "QR Code Monster",
|
209 |
+
diffusion_model: str = "Stable v1.5",
|
210 |
reference_image_strength: float = 0.6,
|
211 |
):
|
212 |
try:
|
|
|
421 |
prompt = gr.Textbox(
|
422 |
label="Artistic Prompt",
|
423 |
placeholder="Describe the style or theme for your QR code art (For best results, keep the prompt to 75 characters or less as seen below)",
|
424 |
+
value="A high-res, photo-realistic minimalist rendering of Mount Fuji as a sharp, semi-realistic silhouette on the horizon, traditional Japanese woodblock prints, nature photography, 4k, bold",
|
425 |
info="Describe the style or theme for your QR code art (For best results, keep the prompt to 75 characters or less as seen in the example)",
|
426 |
lines=8,
|
427 |
)
|