fffiloni commited on
Commit
672cfcb
1 Parent(s): c1071da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def infer(model_name, image_in, prompt, controlnet_conditioning_scale, guidance_
39
  pipe.load_lora_weights(custom_model, weight_name="pytorch_lora_weights.safetensors", use_auth_token=True)
40
 
41
  prompt = prompt
42
- negative_prompt = ""
43
 
44
  image = load_image(image_in)
45
 
 
39
  pipe.load_lora_weights(custom_model, weight_name="pytorch_lora_weights.safetensors", use_auth_token=True)
40
 
41
  prompt = prompt
42
+ negative_prompt = "extra digit, fewer digits, cropped, worst quality, low quality, glitch, deformed, mutated, ugly, disfigured"
43
 
44
  image = load_image(image_in)
45