Severian commited on
Commit
50623d6
·
verified ·
1 Parent(s): 3098826

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "GhostMix",
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. The mountain conveys strength and motion with clean, crisp lines and natural flow. Features detailed snow textures, subtle ridge highlights, and a powerful yet serene atmosphere. Emphasizes strength with clarity and precision in texture and light.",
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
  )