LEIDIA commited on
Commit
a8cc203
·
verified ·
1 Parent(s): b2e6134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,10 +59,10 @@ dataset_descriptions = [
59
 
60
  # Definir parâmetros padrão para geração rápida
61
  DEFAULT_PROMPT = "A beautiful brunette woman wearing a blue leather pants "
62
- DEFAULT_INFERENCE_STEPS = 15
63
  IMAGE_WIDTH = 512
64
  IMAGE_HEIGHT = 812
65
- GUIDANCE_SCALE = 10
66
 
67
  def resize_to_divisible_by_8(image):
68
  width, height = image.size
 
59
 
60
  # Definir parâmetros padrão para geração rápida
61
  DEFAULT_PROMPT = "A beautiful brunette woman wearing a blue leather pants "
62
+ DEFAULT_INFERENCE_STEPS = 7
63
  IMAGE_WIDTH = 512
64
  IMAGE_HEIGHT = 812
65
+ GUIDANCE_SCALE = 20
66
 
67
  def resize_to_divisible_by_8(image):
68
  width, height = image.size