LEIDIA commited on
Commit
308e61b
·
verified ·
1 Parent(s): 1df3903

Update app.py

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