this post was submitted on 02 Aug 2026
5 points (60.0% liked)

Free Open-Source Artificial Intelligence

4784 readers
6 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

I would like to experiment with image editing. Idk, brush up my vacation photos, remove some of the other tourists, make it look like I've been somewhere I haven't... Swap my face onto someone or change my clothes, change the weather/sky... Draw me as a character in some artist's style... If it works well enough, take some of the blurry images from my potato phone camera from 15 years ago and clean them up... The stuff I've seen people on YouTube do with AI.

What's a good and recent model or "editor" to do that? Open-weights please and preferably something I can just use straight away without fiddling 3 hours with some ComfyUI nodes. Bonus points for being efficient and running on my laptop ๐Ÿ˜…

And is there some Free Software UI / software to make it easy? I mean I'm perfectly able to learn how to provide it with stencils(maybe they don't need that anymore in 2026?) and whatever stuff it needs as input, run it on the commandline... But maybe there's a nice interface like an image editor?

Edit: I forgot: I mentioned different use-cases... Seems to me there are different models for like regular image editing (which gets one image and a prompt as input) and models which get two images as input? Like a picture, and another picture and the instruction to draw this person onto that picture?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] EnsignWashout@startrek.website 4 points 2 days ago* (last edited 2 days ago)

Stable Diffusion is open source and at least has options for all of that in the web UI (which you can host locally).

I wouldn't bet on successful runs on a latop, though. I have a powerful desktop gaming rig, and I still get OOM (out of memory) errors trying to do things with it.

Of course, there's definitely a crazy learning curve for optimizing this stuff. So by "can't work on a laptop" what I really mean is that I couldn't get it working on my laptop, when I tried.