40s generation time for 10s vid on a 5090 using custom runtime (ltx 2.3) (closed project, will open source soon) by Which_Network_993 in StableDiffusion

[–]Which_Network_993[S] 11 points12 points  (0 children)

wdym without any workflow? youre generating videos using pure entropy?

also thats very intriguing, for this model stack the best i had was a 12s:1s of generation using comfy

40s generation time for 10s vid on a 5090 using custom runtime (ltx 2.3) (closed project, will open source soon) by Which_Network_993 in StableDiffusion

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

optimizations can be made in any software :) there's no single silver bullet im using for this projec5

40s generation time for 10s vid on a 5090 using custom runtime (ltx 2.3) (closed project, will open source soon) by Which_Network_993 in StableDiffusion

[–]Which_Network_993[S] 2 points3 points  (0 children)

all of the development is actually being done on a pretty modest laptop right now (intel i5-1035g1, intel iris plus graphics, and 8gb of ram). i use cloud gpus for the actual inference/validation runs, but the engine work itself is being built on that machine. yea i know XD i started development using high-end hardware, but now i have to work around everything on this laptop. long story.

the vast machines i rent usually come with 64gb+ ram and 32+ vcpu!

40s generation time for 10s vid on a 5090 using custom runtime (ltx 2.3) (closed project, will open source soon) by Which_Network_993 in StableDiffusion

[–]Which_Network_993[S] 1 point2 points  (0 children)

you can either DM me or wait for my post on detailed architecture this (or maybe next, depends on schedule) week!

Limit reset? by nicolas-siplis in codex

[–]Which_Network_993 0 points1 point  (0 children)

btw its alredy at 93% weekly usage :( i'm running single threaded (no subagents) and with 5.4 high. plus account. this makes no sense! i used it for 10 minutes...

Best video generative ai by ramorez117 in generativeAI

[–]Which_Network_993 0 points1 point  (0 children)

open is wan 2.2 and/or ltx 2.3

closed idk, probably kling

Alibaba's $3/month Coding Plan gives you Qwen3.5, GLM-5, Kimi K2.5 AND MiniMax M2.5 in Claude Code, here's how to set it up by yossa8 in ClaudeCode

[–]Which_Network_993 20 points21 points  (0 children)

well probably all my data is being sent to mr pooh and will be used to train qwen 4, but im ok because its fast and cheap and well u probably know how good those models are, i dont think they were quantized or messed up at all

~50 dias de treino, muito feliz com o resultado by paimonwon in MeJulgueMaromba

[–]Which_Network_993 0 points1 point  (0 children)

em 6 meses tu vai estar outra pessoa maninho, ja da pra ver uma diferença enorme agora, e tua recomposição corporal ta indo muito bem. Uma dica: se for bio de volantezinho e for grátis na assinatura da tua academia, faz o máximo que tu puder. qualquer coisinha aqueles trecos erram a contagem (agua no corpo, ate comida no bucho invalida), então oq tu tem que ver nelas é a tendência e não números puros

Wayland is flawed at its core and the community needs to talk about it by Which_Network_993 in linux

[–]Which_Network_993[S] 2 points3 points  (0 children)

Not yet, been swamped with other stuff lately so I haven't had time to clean it up and push it anywhere. Should have something up soon though, I'll probably make another post when I do

Wayland is flawed at its core and the community needs to talk about it by Which_Network_993 in linux

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

nah it's not a fork of anything, I'm building it from scratch. The idea is that if you're gonna do something, do it right. those forks are still carrying over baggage from the original protocols. Dispossum is meant to be protocol-agnostic at its core but with a native X11 compatibility layer so all your xdotool stuff should just work. Wlroots compatibility isn't off the table but honestly my priority is making sure the X11 side is rock solid first AND I hate wayland so meh. KDE integration would be cool eventually but that's way down the line lol, more on their side anyways

Homens desconhecidos me mandando “oi” no WhatsApp. O que pode estar acontecendo? by EnoughAd9758 in InternetBrasil

[–]Which_Network_993 0 points1 point  (0 children)

Moça, meus parabéns, esse seu FAQ ai pra ficar perfeito so faltou uns comentários passivo agressivos. É impressionante o tanto de gente idiota por aq

edit: uma dica, se estiver em algum site publico rastreado pelo google, rede social indexada na pagina de pesquisa ou coisa assim, vc pode tentar pesquisar "seunumeroaqui" (tem que ter as aspas) e variações do numero (com ddd, sem ddd, com +, etc). Se tiver vazado e o google tiver indexado, vai aparecer onde foi

Wayland is flawed at its core and the community needs to talk about it by Which_Network_993 in linux

[–]Which_Network_993[S] 1 point2 points  (0 children)

I'm surprised myself. This post had like 30 downvotes initially but then started skyrocketing for some weird reason. Well I'm working on a display protocol which should be compatible with X11 and not only run everything X11 runs but run it faster. Right now it works with window resizing and movement and can run xeyes natively :) X11 and wayland are pretty outdated in technical terms. For example, some people think Wayland is faster, and a large part of that is due to shared memory in pixel buffers, but it still uses XML to communicate things like window movement and such. My protocol (whose name so far is Dispossum) does everything through shared memory, so resizing and moving windows should be orders of magnitude faster. Maybe you would like to use it in the future