Update app.py
Browse files
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 =
|
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
|