shrink image more. improve prompts
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
@@ -72,8 +72,8 @@ function buildComfyWorkflow(promptText, negativeText = "") {
|
||||
},
|
||||
"5": {
|
||||
"inputs": {
|
||||
"width": 1000,
|
||||
"height": 700,
|
||||
"width": 640,
|
||||
"height": 448,
|
||||
"batch_size": 1
|
||||
},
|
||||
"class_type": "EmptyLatentImage"
|
||||
@@ -157,7 +157,7 @@ async function downloadImage(filename, localFilename) {
|
||||
|
||||
// 4c. Submit prompt and handle full image pipeline
|
||||
async function generateImageViaComfyUI(prompt, filename) {
|
||||
const workflow = buildComfyWorkflow(prompt, "text, blurry, lowres, watermark");
|
||||
const workflow = buildComfyWorkflow(prompt, "photorealism, hyper-realistic, high detail, 3D render, CGI, ray tracing, glossy, polished, smooth shading, realistic lighting, digital painting, anime, cartoon, pixelated, noisy, cluttered, blurry, sharp focus, symmetrical, perfect perspective, detailed textures, high-resolution textures, high contrast lighting, lens flare, bokeh, camera artifacts, text, logo, signature, watermark, overexposed, underexposed, glowing edges");
|
||||
|
||||
try {
|
||||
console.log("Submitting prompt to ComfyUI...");
|
||||
|
||||
Reference in New Issue
Block a user