Update app.py
Browse files
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 =
|
63 |
IMAGE_WIDTH = 512
|
64 |
IMAGE_HEIGHT = 812
|
65 |
-
GUIDANCE_SCALE =
|
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 = 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
|