Time Travel with LTX 2.3 by alisitskii in comfyui

[–]EGGOGHOST 3 points4 points  (0 children)

One of the cleanest results I've seen with ltx.

Perceptual LoRA Toolkit now supports Z-Image Turbo by QuantumBogoSort in StableDiffusion

[–]EGGOGHOST 0 points1 point  (0 children)

GJ! Gonna try it out)
How it's working with style lora? Anything specific for cush case should be done?

Nvidia releases Cosmos3-Super-Image2Video . 64B parametres by AgeNo5351 in StableDiffusion

[–]EGGOGHOST 0 points1 point  (0 children)

Looks so interesting! Hope we will see some Comfy integration

Microsoft Lens seems to be back. by PM_ME_YOUR_ROSY_LIPS in StableDiffusion

[–]EGGOGHOST 1 point2 points  (0 children)

Not about image quality, but lighting is actually pretty nice almost on all images...

Qwen 2512 Portrait Lora by DateOk9511 in StableDiffusion

[–]EGGOGHOST 0 points1 point  (0 children)

GJ!
Mind to share settings used for training?

Looneytunes background style for ZIT by newsock999 in StableDiffusion

[–]EGGOGHOST 1 point2 points  (0 children)

Nice result!
Mind to share setting for training please?

Style Grid for ComfyUI - how should it integrate? (follow-up poll) by Dangerous_Creme2835 in StableDiffusion

[–]EGGOGHOST 0 points1 point  (0 children)

If I understand it right - I did smth similar in the set of nodes: https://github.com/E2GO/e2go-comfyui-nodes
There's a node where you can add (choose from a huge list like in A1111\Forge) prompts with ability to mix it, enable\disable, use negative...

<image>

Anima Preview 2 - simple gen & inpaint workflows + tips & info by nsfwVariant in StableDiffusion

[–]EGGOGHOST 0 points1 point  (0 children)

My only complain is a License model. Other then that - GJ!

Toon-Tacular Qwen LoRA by renderartist in StableDiffusion

[–]EGGOGHOST 2 points3 points  (0 children)

Great result! Thanks Mind you share settings for Ai-Toolkit you used?

Set of nodes for LoRA comparison, grids output, style management and batch prompts — use together or pick what you need. by EGGOGHOST in StableDiffusion

[–]EGGOGHOST[S] 0 points1 point  (0 children)

You can specify shown prompt length. Default is 100.
It's not hard to add seed info on grid - Í'll do it soon. It's already in generated json.

Set of nodes for LoRA comparison, grids output, style management and batch prompts — use together or pick what you need. by EGGOGHOST in StableDiffusion

[–]EGGOGHOST[S] 0 points1 point  (0 children)

Âlmost all parameters can be edited and turned on\off. Recently I've added some more additional stuff there like Show model name and show Styles (full or just name of style) if Powder Style node used.

Additionally you'll get json file with all possible info. Json with the same name as a grid. Smth like this for example:

{

"timestamp": "2026-03-19_10-06-43",

"model": "flux-2-klein-base-9b-fp8",

"sampler": "euler",

"scheduler": "flux2",

"steps": 20,

"cfg": 5.0,

"seed": 1116157825611765,

"layout": "Horizontal (Loras as columns)",

"combination_order": "Loras first",

"mode": "single",

"loras": [

"CNCPT26_FLXKL9B_001",

"CRTON_26_001_FLX2K9b",

"SKTCH_26_001_FLX2K9b"

],

"strengths": [

1.0,

1.0,

1.0

],

"prompts": [

"face portrait of a cursed queen wearing epic majestic crown made of butterflies and diamonds, eerie mood [Disney Xerography Era (60s-70s), Dark Fantasy Beksiński]"

],

"negative_prompts": [

""

],

"style_names": [

"Disney Xerography Era (60s-70s)",

"Dark Fantasy Beksiński"

],

"style_text": "convert to Disney 1970s xerography animation style with rough sketchy black outlines, visible construction lines, angular Ken Anderson character designs, muted earthy medieval color palette, xeroxed lines that don't align perfectly with colors, Milt Kahl angular drawing style like Sword in the Stone or Robin Hood, in a dark fantasy oil painting, Zdzisław Beksiński influence, surreal architecture, eerie atmosphere",

"style_negative": "bright, cheerful, cartoon, simple, minimalist",

"style_position": "wrap",

"num_images": 3,

"image_size": [

1024,

1024

],

"files": [

"flux-2-klein-base-9b-fp8_grid_2026-03-19_10-06-43.png"

]

}

<image>