Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|