r/fooocus

Is Fooocus V2 style better for detailed poses or should I leave it off?

I understand I'd have to make way too detailed prompt

reddit.com
u/TCSMusic — 3 days ago
▲ 32 r/fooocus

Nexfocus: from Fooocus to a connected creative workspace (Full FP16 SDXL & Flux Fill on 3GB VRAM / Colab Free)

If an image model is a horse, text prompting is like trying to guide it with verbal commands alone: useful, but too imprecise for fine control. Inpainting, LoRAs, and ControlNets add the bridle and reins—Nexfocus began with a question: *What would it take to build the whole harness around the model?*

Answering that question meant following the entire generation process first. We had to understand how each part loads, works, moves, waits, hands its result to the next part, and makes room when its job is done. We started from Fooocus and grew into a deep expedition which became Nexfocus.

---

Two development anchors shaped the journey: a GTX 1050 with 3 GB of VRAM and Colab Free's T4 with only 12.7 GB of system RAM. Their limitations are almost opposites. The local machine has very little GPU memory, while Colab Free has a larger GPU but a tight system-memory ceiling and an ephemeral session.

We proved that full SDXL checkpoints and Flux Fill workflows could run in both environments, not by reducing everything until it fit, but by rethinking how the pipeline uses the hardware available to it.

Nexfocus grew into a connected creative workspace where generation, guidance, masking, inpainting, outpainting, removal, upscaling, staging, metadata, model management, and GIMP layer exchange can work as parts of one process rather than as isolated tools.

---

Two important lessons emerged from the road:

- Keeping the GPU working without interruption became paramount. To do that, we had to find a way to keep feeding it the weights it needed, when it needed them.

- Every part of the pipeline must independently account for what it owns, where it belongs, when it can be reused, and when it should make room for something else. These decisions cannot be left to a central manager applying the same set of memory policies to every part.

Throughout this journey, my conversations with PyTorch often felt like this:

> PyTorch: "Don't you have a bunch of H100s lying around in your backyard?"

>

> Me: "No. What if every component has to justify exactly where it lives?"

>

> PyTorch: "Get a bigger machine."

Those conversations eventually became the architecture: each part of the pipeline owns its resources, does its job, and steps aside instead of leaving those decisions to hidden framework behavior.

---

Nexfocus is more than the UI produced by this expedition. It is the working application and the field notebook: a record of the constraints, wrong turns, and discoveries that shaped the path forward. We set out to find answers and had to build the road needed to reach them.

This expedition is now complete, but it is only one part of a continuing journey. The lessons from Nexfocus define the starting point for the next scout mission.

The path is open now. I hope you'll take a walk along the path we built and check out the scenery.

Project: https://github.com/magekinnarus/Nexfocus

Video Walkthrough: https://www.youtube.com/watch?v=5fvIaZWMZE4

u/magekinnarus — 9 days ago

Advanced Techniques for Creating Realistic Adult-Oriented Images in Fooocus

I’m completely new to Fooocus and have just started experimenting with it. I’m interested in creating realistic adult-oriented images, mainly using img2img.

So far, I’ve mostly been using inpainting by masking specific areas of an image and then modifying them, but I’m not getting very realistic results.

I’m wondering what other techniques or workflows are available beyond basic masking and inpainting. Are there more advanced ways to use img2img, such as controlling the composition, preserving the original person’s identity and features, or making targeted edits while keeping the rest of the image highly realistic?

I’d really appreciate any advice on more advanced Fooocus workflows, settings, models, or techniques that an experienced user would recommend for achieving more photorealistic results.

reddit.com
u/Brilliant_Natural672 — 10 days ago