silveroxides commited on
Commit
337f8d4
·
verified ·
1 Parent(s): 5a176c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -192,7 +192,7 @@ def generate_image(prompt, negative_prompt, width, height, steps, cfg, seed):
192
  emptysd3latentimage_69 = emptysd3latentimage.generate(
193
  width=width, height=height, batch_size=1
194
  )
195
- ksamplerselect_72 = ksamplerselect.get_sampler(sampler_name="dpmpp_sde")
196
 
197
  cliptextencode_74 = cliptextencode.encode(
198
  text=prompt,
@@ -271,7 +271,7 @@ Space Author: [GitHub](https://github.com/gokayfem) | [X.com](https://x.com/goka
271
  negative_prompt = gr.Textbox(
272
  label="Negative Prompt",
273
  placeholder="Enter negative prompt here...",
274
- value="low quality, ugly, unfinished, out of focus, deformed, disfigure, blurry, smudged, restricted palette, flat colors",
275
  lines=2
276
  )
277
 
 
192
  emptysd3latentimage_69 = emptysd3latentimage.generate(
193
  width=width, height=height, batch_size=1
194
  )
195
+ ksamplerselect_72 = ksamplerselect.get_sampler(sampler_name="heun")
196
 
197
  cliptextencode_74 = cliptextencode.encode(
198
  text=prompt,
 
271
  negative_prompt = gr.Textbox(
272
  label="Negative Prompt",
273
  placeholder="Enter negative prompt here...",
274
+ value="This greyscale unfinished sketch has bad proportions, is featureless and disfigured. It is a blurry ugly mess and with excessive gaussian blur. It is riddled with watermarks and signatures. Everything is smudged with leaking colors and nonsensical orientation of objects. Messy and abstract image filled with artifacts disrupt the coherency of the overall composition. The image has extreme chromatic abberations and inconsistent lighting. Dull, monochrome colors and countless artistic errors.",
275
  lines=2
276
  )
277