forked from mito-systems/sol-mem-gen
stuff
This commit is contained in:
@@ -35,11 +35,6 @@ export async function POST(req: NextRequest): Promise<NextResponse> {
|
||||
width: IMAGE_WIDTH,
|
||||
height: IMAGE_HEIGHT
|
||||
},
|
||||
// Additional parameters for consistent output
|
||||
num_images: 1,
|
||||
scheduler: "DDIM",
|
||||
num_inference_steps: 50,
|
||||
guidance_scale: 7.5
|
||||
},
|
||||
logs: true,
|
||||
onQueueUpdate: (update) => {
|
||||
|
||||
Reference in New Issue
Block a user