panelforge commited on
Commit
23a6b34
1 Parent(s): a7bbebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
29
  generator = torch.Generator().manual_seed(seed)
30
 
31
  image = pipe(
32
- prompt = prompt,
33
- negative_prompt = negative_prompt,
34
  guidance_scale = guidance_scale,
35
  num_inference_steps = num_inference_steps,
36
  width = width,
 
29
  generator = torch.Generator().manual_seed(seed)
30
 
31
  image = pipe(
32
+ prompt = 'score_9, score_8_up, score_7_up,source_anime, ' + prompt,
33
+ negative_prompt = 'worst quality, bad quality, jpeg artifacts, source_cartoon, 3d, (censor), monochrome, blurry, lowres, watermark, ' + negative_prompt,
34
  guidance_scale = guidance_scale,
35
  num_inference_steps = num_inference_steps,
36
  width = width,