Browse Source

默认9:16

feature/remove
TianYun 3 weeks ago
parent
commit
1886a5911b
  1. 4
      src/store/generationPreferenceStore.ts

4
src/store/generationPreferenceStore.ts

@ -49,7 +49,7 @@ function createInitialImagePreference(): ImageGenerationPreference {
return {
type: "image",
model: createPopiserverDefaultImageModel(),
aspectRatio: "16:9",
aspectRatio: "9:16",
resolution: "1K",
imageCount: 1,
};
@ -59,7 +59,7 @@ function createInitialVideoPreference(): VideoGenerationPreference {
return {
type: "video",
model: createPopiserverDefaultVideoModel(),
aspectRatio: "16:9",
aspectRatio: "9:16",
resolution: DEFAULT_VIDEO_RESOLUTION,
durationSeconds: DEFAULT_VIDEO_DURATION_SECONDS,
soundEnabled: true,

Loading…
Cancel
Save