cool tech general

hackinzoomer

34444
Low rep power
Joined
Mar 1, 2024
Posts
10
Rep Power
13
I made a little Chrome extension that detects and blurs any pornographic images on your screen. It takes a second for the blur to happen cause it has to send your images to an AI, but it works pretty well for scrolling through something like 4chan.
 

bemis

33333
Low rep power
Joined
Mar 7, 2024
Posts
79
Rep Power
158
I started a couple of AF-related projects, trying to get more involved since it's an election year and I haven't done anything but lurk.

LORA/LyCORIS
I downloaded a LORA that I think might have actually been made by @hackinzoomer. I've been trying to find more pictures of Nick to enhance the training data, and am making a LyCORIS version.

AF Visual Novel
I've been working on consistent outputs from SD for this so I can generate artwork for an AF-themed visual novel. I need to come up with some funny episodes, but basically the premise is use Renpy to make fun of AF opponents.
Screenshot_2024-03-03_16-34-12.png


NJF Archival/Subtitle Search
I've also started working on some code that servers as an archival mirror for the NJF Archive on Telegram. I don't think it's going anywhere I'm just one of those people that likes having a local copy. As I download everything, I've been putting it through a pipeline that transcribes the speech to various text formats. On top of this I've got some indexing for textual search. I've been making it so I have something to pull clips from so I can start clipping. I know there are some other awesome things like this already out there but I lack access as I'm essentially just some guy.
Screenshot_2024-03-14_13-14-09.png
Screenshot_2024-03-14_13-15-26.png


I've got some other ideas that I haven't put any effort into yet, but these ones are off to a good start. I hope eventually I can turn them over to somebody else who can get some use out of them!
 

SowiesoGroyp

yeh
11111
Staff member
Elite rep power
Joined
Nov 30, 2023
Posts
7,715
Rep Power
6,009
I started a couple of AF-related projects, trying to get more involved since it's an election year and I haven't done anything but lurk.

LORA/LyCORIS
I downloaded a LORA that I think might have actually been made by @hackinzoomer. I've been trying to find more pictures of Nick to enhance the training data, and am making a LyCORIS version.

AF Visual Novel
I've been working on consistent outputs from SD for this so I can generate artwork for an AF-themed visual novel. I need to come up with some funny episodes, but basically the premise is use Renpy to make fun of AF opponents.
View attachment 1415

NJF Archival/Subtitle Search
I've also started working on some code that servers as an archival mirror for the NJF Archive on Telegram. I don't think it's going anywhere I'm just one of those people that likes having a local copy. As I download everything, I've been putting it through a pipeline that transcribes the speech to various text formats. On top of this I've got some indexing for textual search. I've been making it so I have something to pull clips from so I can start clipping. I know there are some other awesome things like this already out there but I lack access as I'm essentially just some guy.
View attachment 1416 View attachment 1417

I've got some other ideas that I haven't put any effort into yet, but these ones are off to a good start. I hope eventually I can turn them over to somebody else who can get some use out of them!
who are the romanceable characters in the AF VN

car accident lady better have a route :bounce:
 

bemis

33333
Low rep power
Joined
Mar 7, 2024
Posts
79
Rep Power
158
who are the romanceable characters in the AF VN

car accident lady better have a route :bounce:
I really have no idea what to do for stories yet, I'm worried whatever I'll make is cringe. I was thinking short "episodes" of general AF lore, Nick chasing down that girl for her insurance would be a funny one. Renpy isn't great as a game engine, but it's got a really low barrier to entry which makes me think it's got potential as a propaganda tool. You just write scenes sort of like you would with a screenplay, and then put some pictures and stuff in a folder and it figures most of it out.
define njf = Character('Nicholas J. Fuentes', color="#c8c8ff") label start: njf "Good evening everybody, you're watching america first"
 

SowiesoGroyp

yeh
11111
Staff member
Elite rep power
Joined
Nov 30, 2023
Posts
7,715
Rep Power
6,009
make benis an admin so he can fix the thing that's supposed to count the number of people recently online and set up a rotating banner
 

bemis

33333
Low rep power
Joined
Mar 7, 2024
Posts
79
Rep Power
158
wat about an rpgmaker game
I haven't looked at it, but I would think it'd be the same general level of effort. I'm guessing it handles all the stuff like making the character walk around and you just provide sprites and text. Some stuff like Godot will let you make HTML5 games too, that would be awesome for embedding on twitter or something
 

hackinzoomer

34444
Low rep power
Joined
Mar 1, 2024
Posts
10
Rep Power
13
I started a couple of AF-related projects, trying to get more involved since it's an election year and I haven't done anything but lurk.

LORA/LyCORIS
I downloaded a LORA that I think might have actually been made by @hackinzoomer. I've been trying to find more pictures of Nick to enhance the training data, and am making a LyCORIS version.

AF Visual Novel
I've been working on consistent outputs from SD for this so I can generate artwork for an AF-themed visual novel. I need to come up with some funny episodes, but basically the premise is use Renpy to make fun of AF opponents.
View attachment 1415

NJF Archival/Subtitle Search
I've also started working on some code that servers as an archival mirror for the NJF Archive on Telegram. I don't think it's going anywhere I'm just one of those people that likes having a local copy. As I download everything, I've been putting it through a pipeline that transcribes the speech to various text formats. On top of this I've got some indexing for textual search. I've been making it so I have something to pull clips from so I can start clipping. I know there are some other awesome things like this already out there but I lack access as I'm essentially just some guy.
View attachment 1416 View attachment 1417

I've got some other ideas that I haven't put any effort into yet, but these ones are off to a good start. I hope eventually I can turn them over to somebody else who can get some use out of them!
Hey nice you found the LoRA I made! That’s sick that you’re working on an upgrade. The images from your visual novel could be great training data. I was able to get decent photorealistic images using the LoRA with the Realistic Vision XL model, but I could never get good animated images with other models. My theory is that feeding it some animated training data could help with that.

Your speech to text project looks dope too. I bet that’d be really useful for clippers looking for timestamps. I wonder how hard it’d be to feed that data to a chatbot and use it as a kind of wiki for AF viewpoints on people/events.
 
Top