Updated default img gen defaults

This commit is contained in:
BordedDev 2025-04-10 09:52:08 +02:00
parent b6904edf4e
commit e5e65d4701
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -23,11 +23,11 @@ const parsePrompt = (prompt: string): Record<string, unknown> => {
export class ImgGenHandler extends BaseHandler {
#imageGenerator = new ImgGen()
#activeTemplate = "flux-dev.eta"
#activeTemplate = "ultra-real.eta"
#templateVariables: Record<string, unknown> = {
steps: 20,
seed: 0,
cfg: 2,
cfg: 3.0,
sampler: "euler",
negativePrompt: "",
batchSize: 1,