Live data from Hacker News

Fooocus: OSS for image generation by ControlNet author

github.com

21–30 of 59 posts

Re: Fooocus: OSS for image generation by ControlNet author

#21
post #12

Earlier quoted context omitted.

Tbh I’m (loosely) following commit message best practices in all of my projects out of irrational fear of being viewed as unprofessional. But never needed that effing prose in my workflow. Maybe a keyword from time to time. I’m using code, not messages to navigate history, and in a rare occasion. If all my messages turned into “i” I’d lose nothing, because all rationales and essentials are in code comments. I’d bette…

Commit comments are how you find code diffs. Focus on what/why in your commit messages. If you can’t articulate that in your commit messages, I can almost guarantee you’re thinking deeply enough about your code changes.

I appreciate advices, but I believe this one is not on point I expressed, as it only reiterates on a premise that I follow already but find mostly useless irl.

Re: Fooocus: OSS for image generation by ControlNet author

#23
post #20

Interesting, and I look forward to using it, but I wish the distribution had kept the folder-name conventions of AUTOMATIC1111, so that we could more easily have used symbolic links for folders of LoRAs and checkpoints etc. that we'd rather not duplicate.

i’m sure there are ways around it no?

Still installing. If it can read nested folders, yes.

Re: Fooocus: OSS for image generation by ControlNet author

#26

Are there ways to run such apps with a remote GPU over network? I want to run the UI on my laptop, but use my homeserver GPU from the local network. Anything better than X forwarding?

This project returns results over HTTP. You get what you want by running the server binary on the server, then access it with your web browser.

Re: Fooocus: OSS for image generation by ControlNet author

#27

Are there ways to run such apps with a remote GPU over network? I want to run the UI on my laptop, but use my homeserver GPU from the local network. Anything better than X forwarding?

This project returns results over HTTP. You get what you want by running the server binary on the server, then access it with your web browser.

Ooh, perfect. Now just have to wait for a Linux/docker release.

Re: Fooocus: OSS for image generation by ControlNet author

#28
> Learned from Midjourney, the manual tweaking is not needed, and users only need to focus on the prompts and images

Except prompt-based tweaking doesn’t work very well in MJ; certainly not as well as manually-directed in-painting and out-painting. It’s virtually impossible in MJ to hold one part of the image constant while adding to/modifying the remainder.

Re: Fooocus: OSS for image generation by ControlNet author

#29
post #12
post #5

The names given to the commits are... peculiar.

Tbh I’m (loosely) following commit message best practices in all of my projects out of irrational fear of being viewed as unprofessional. But never needed that effing prose in my workflow. Maybe a keyword from time to time. I’m using code, not messages to navigate history, and in a rare occasion. If all my messages turned into “i” I’d lose nothing, because all rationales and essentials are in code comments. I’d bette…

On several occasions I've found that act of composing the commit message brings something to the front of my mind that I really ought to get into the patch but haven't done yet.

Otherwise the main use case I have for a commit message is that it fills out the GitHub PR for me with something useful.

Re: Fooocus: OSS for image generation by ControlNet author

#30

> Linux and Mac > Coming soon ... Ah well. Hopefully it is soon. Also, on behalf of all Apple Silicon Mac users, would be nice if the author looked into implementing Metal FlashAttention [1]. 1. https://github.com/philipturner/metal-flash-attention

I can get this running on my M1 Mac Pro (CPU mode) with a few tweaks in the cv2win32.py file. I'll submit a change request.
Post reply on HN