but it might even be possible to intercept images to check that this exists in the meta data before Lemmy wipes it…
This would be impossible without directly modifying Lemmy itself.
my porn account
but it might even be possible to intercept images to check that this exists in the meta data before Lemmy wipes it…
This would be impossible without directly modifying Lemmy itself.
The JS patch was deployed for a very short time (remember when the NSFW box was showing checked but wasn’t? Yeah). Any further development seems to have been done on the Lemmy code itself, under different tags (not branches)
For kickstarting I personally just dumped the relevant ones from my own stash (that were still up, I have a few more I’ll need to reupload because Imgur & co) and let the community take over from there, though of the 3 communities I tried it only seems to have worked for 1, so YMMV.
Please keep discussion to the pinned thread. There is a link in the sidebar if pins aren’t showing up on your client of choice.
Report them and we’ll remove them. This community is starting to get a bit more active than I anticipated so I can’t really look at every post by myself like I could at the start.
It’s likely a caching issue considering how random it seems to be. Do a CTRL+F5 and try again.
Looking through the (Firefox) devtools, there is only one cookie (being my login token), but a fair bit of cached images (and IndexedDB data for managing said cache), which is what I assume most of that size is.
I mean, as long as you have consent (and considering you’re talking about yourself I think it’s fair to say you do) it should be fine.
I explicitly mention this on the sidebar (which is where the “canonical” version of the rules are), but since most people prefer generating celebrities and other people who definitely have not consented I did decide to phrase it a bit more broadly for this announcement.
Someone had actually DM’d me ahead of time asking about it and I never realized I actually said this publicly until recently.
To be fair I do have the technical knowhow to duct-tape a patch for this. I’d try my shot at getting it upstreamed but there has to be a reason why it’s implemented like this. And my sleep deprived ass can’t figure out why. Did they seriously just overlook something like this?
Also I can’t be bothered with opening up a github acct under this name.
It’s probably “Add python to environment variables.” They must have changed the wording on that at some point.
Not on Windows right now so I can’t confirm, but you probably forgot to pick “Add Python to PATH” or whatever the option is in the installer. Try running the Python installer again, maybe it’ll let you add it without needing to uninstall & reinstall
Edit: If you’re on Nvidia, there seems to be a simpler install method now: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs (Method 1)
how much space was the download(s)?
On my end, it’s sitting at ~64GB (with btrfs compression shenanigans), though 60 of those are from all the models I have installed. The download would probably be ~2GB, even less if you disable downloading the “default” models with --no-download-sd-model
and instead pick models off of Civit or wherever manually.
Edit: Should have mentioned. Most full models are between 2-4 GBs each. Some can be 5+ but they tend to be “full” versions intended for merging & such. LoRAs are generally smaller. Depending on how much they’re pruned they’ll be anywhere between 10-100 MBs each.
how confusing is the software to use?
There’s definitely a learning curve, yes. But there’s plenty of resources (and more importantly, examples) out there.
what kind of limitations does the software have? can i do multiple people? monsters? futa? etc.
As long as you have the correct models set up it can generate basically anything. At least with anime models, monsters and futa are a given. Your main issue will probably be multiple people, although there are solutions to that. (See the multidiffusion upscaler GitHub repo on the main post)
By Web UI it means that the graphical part of it – where you write your prompt and hit generate – is running inside your browser and not as a separate window or command line. Everything is kept on your own computer unless you explicitly tell it to open up remote access.
Yeah, OC is going to be the hardest part to make happen. We definitely need an answer to the question “Why Lemmy (whether it’s this instance or another) and not $someOtherClosedPlatform”
Yeah, with AI you really have to work towards actively telling it not to generate that kind of stuff, and they slip through the cracks regardless. Report the ones you want gone and I’ll remove 'em (even if it’s one I posted)
It’s all free, yes.
For the how: Aside from the webui (or whatever else you’re running the stable diffusion code on), you’ll need models that instruct it what to create. The builtin models are terrible for porn.
lemmynsfw.com
part of the address under Write style for (otherwise it’ll use the full URL and won’t apply to the all the site).img-blur {
filter: none;
-webkit-filter: none;
-moz-filter: none;
-o-filter: none;
-ms-filter: none;
}
I have proposed something of this nature to the Lemmy developers and am waiting on feedback from them.