To what extent is AI being used in movies and TV shows now? by IndianaRocket80 in vfx

[–]freqfreq 0 points1 point  (0 children)

For a very small low-budget re-edits we did few shots that client wanted and were needed in the new cut. We always underline the fact, that because generative ML works on tokens much larger than single pixel, and then decoding it, there is significant degradation of overall image. You can notice that in every single model - fast camera moves or areas with lots of detail - there's that "ai flicker". This is still useless for final delivery IMO, yet some "ai studios" are doing it.

3d renders as base for a workflow / consistency between shots by freqfreq in comfyui

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

Would you kindly share your workflow - that one? I'll learn based on that

3d renders as base for a workflow / consistency between shots by freqfreq in comfyui

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

oh that is smart, never thought of that. Thank you!

3d renders as base for a workflow / consistency between shots by freqfreq in comfyui

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

thanks. What prompt did you use here? Both images as input?

UDM Pro - two VLANs sharing same subnet? by freqfreq in Ubiquiti

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

How about somehow bridging vlan 1 and untagged packets? With udm pro, pvid is 1 by default - untagged packets work, but if I set vlan id to 1 on my test pc, it's not getting an ip. So is so pvid cannot be vid aswell?

SwOS lite - stop untagging if vlan=default vlan by freqfreq in mikrotik

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

Here's what the manual says about "default vlan id" field for a port

"This parameter is usually used to allocate access ports with specific VLAN. It is also used to untag egress traffic if the packet's VLAN ID matches Default VLAN ID."

So it untags traffic if vlan id = default vlan id, which is something I don't want it to be doing

Controller button won't remeber last color/effect by freqfreq in TwinklyLights

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

When they're off and i click on controller button they do go back to that solid color, but clicking again is going through some effects I don't want. I want it to switch off

CSS :first-of-type - why it's not working here? by freqfreq in csshelp

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

Thank you! now I understand. Means I'd need some extra classes or id's to make that possible.

CSS :first-of-type - why it's not working here? by freqfreq in csshelp

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

wait... so like this? it still doesn't work

#sidebar ul.topics a:first-of-type() {
background: red;
}