• 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle



  • TL;DR The new method still requires his art.

    LoRA is a way to add additional layers to a neural network that effectively allow you to fine tune it’s behaviour. Think of it like a “plugin” or a “mod”

    LoRas require examples of the thing you are targeting. Lots of people in the SD community build them for particular celebrities or art styles by collecting examples of the that celebrity or whatever from online.

    So in this case Greg has asked Stable to remove his artwork which they have done but some third party has created an unofficial LoRA that does use his artwork to mod the functionality back in.

    In the traditional world the rights holder would presumably DMCA the plugin but the lines are much blurrier with LoRA models.






  • To be honest their 2007 Retrospectacle “Greatest Hits” collection is a really nice entrypoint. They are a band who were around for a little while and their sound changed. The first disk is their older stuff which has a softer jazzier balladic feel and the 2nd disk is more pop-rock/yacht-rock and is where you’ll find The Logical Song and some other classics like Breakfast in America, Long Way Home and Goodbye Stranger.





  • API calls are almost always private between the caller and the endpoint (think telegram bots or mobile apps). There isn’t really a technically feasible way for a crawler to somehow “infer” any kind of knowledge of how api calls are being used unless the result has some kind of publically visible side effect (E. G. The program using the api is generating a web page and uploading it somewhere crawlable). Google et Al go by how many links from other pages to the page of interest exist (inbound links) and multiply by a smattering of other things like quality of keywords, length of content etc.

    That said, if you’re implying that the api changes mean that:

    • people are less likely to use reddit because they can’t access it via RIF/Apollo
    • less useful content is added to the site to be indexed,
    • fewer inbound links will be generated that point to existing posts
    • pages stagnate and drop in ranking

    That is a plausible concern.