Spaces:
Sleeping
Sleeping
Update src/app/engine/render.ts
Browse files- src/app/engine/render.ts +3 -1
src/app/engine/render.ts
CHANGED
|
@@ -28,13 +28,15 @@ export async function newRender({
|
|
| 28 |
// negativePrompt,
|
| 29 |
width,
|
| 30 |
height,
|
| 31 |
-
withCache
|
|
|
|
| 32 |
}: {
|
| 33 |
prompt: string
|
| 34 |
// negativePrompt: string[]
|
| 35 |
width: number
|
| 36 |
height: number
|
| 37 |
withCache: boolean
|
|
|
|
| 38 |
}) {
|
| 39 |
// throw new Error("Planned maintenance")
|
| 40 |
|
|
|
|
| 28 |
// negativePrompt,
|
| 29 |
width,
|
| 30 |
height,
|
| 31 |
+
withCache,
|
| 32 |
+
renderingEngine
|
| 33 |
}: {
|
| 34 |
prompt: string
|
| 35 |
// negativePrompt: string[]
|
| 36 |
width: number
|
| 37 |
height: number
|
| 38 |
withCache: boolean
|
| 39 |
+
renderingEngine: RenderingEngine
|
| 40 |
}) {
|
| 41 |
// throw new Error("Planned maintenance")
|
| 42 |
|