Spaces:
Sleeping
Sleeping
chips
commited on
Commit
·
c77be6c
1
Parent(s):
0d060b5
fixing error in the fal call related to resolution
Browse files- base_generator.py +1 -1
base_generator.py
CHANGED
@@ -63,7 +63,7 @@ def create_image(character_lora, character_keyword, outfit_desc, pose_id, num_ou
|
|
63 |
"scale": "1"
|
64 |
}],
|
65 |
"prompt": prompt,
|
66 |
-
"image_size": "
|
67 |
"num_images": num_outputs,
|
68 |
"controlnets": [],
|
69 |
"guidance_scale": 3.5,
|
|
|
63 |
"scale": "1"
|
64 |
}],
|
65 |
"prompt": prompt,
|
66 |
+
"image_size": "portrait_16_9",
|
67 |
"num_images": num_outputs,
|
68 |
"controlnets": [],
|
69 |
"guidance_scale": 3.5,
|