this post was submitted on 01 Nov 2025
144 points (93.4% liked)

Technology

76558 readers
2486 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Guess we can always rely on the good old fashioned ways to make money...

Honestly, I think its pretty awful but im not surprised.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 1 points 2 days ago (2 children)

There’s loads of hi-res ultra HD 4k porn available.

It's still gonna have compression artifacts. Like, the point of lossy compression having psychoacoustic and psychovisual models is to degrade the stuff as far as you can without it being noticeable. That doesn't impact you if you're viewing the content without transformation, but it does become a factor if you don't. Like, you're viewing something in a reduced colorspace with blocks and color shifts and stuff.

I can go dig up a couple of diffusion models finetuned off SDXL that generate images with visible JPEG artifacts, because they were trained on a corpus that included a lot of said material and didn't have some kind of preprocessing to deal with it.

I'm not saying that it's technically-impossible to build something that can learn to process and compensate for all that. I (unsuccessfully) spent some time, about 20 years back, on a personal project to add neural net postprocessing to reduce visibility of lossy compression artifacts, which is one part of how one might mitigate that. Just that it adds complexity to the problem to be solved.

[–] brucethemoose@lemmy.world 2 points 2 days ago* (last edited 2 days ago)

It’s easy to get rid of that with prefiltering/culling and some preprocessing. I like BM3D+deblock, but you could even run them though light GAN or diffusion passes.

A lot of the amateur lora makers aren’t careful about that, but I’d hope someone shelling out for a major fine tune would.

[–] brucethemoose@lemmy.world 1 points 2 days ago

Also “minor” compression from high quality material isn’t so bad, especially if starting with a pre trained model. A light denoising step will mix it into nothing.