Fooocus: OSS for image generation by ControlNet author
1–10 of 59 posts
Re: Fooocus: OSS for image generation by ControlNet author
#2This is so interesting and seems obvious in retrospect, but super impressive! The code is simple too, going to hack around with this over the weekend :)
Re: Fooocus: OSS for image generation by ControlNet author
#3Lots of the changes just... make sense.
Re: Fooocus: OSS for image generation by ControlNet author
#4"Native refiner swap inside one single k-sampler. The advantage is that now the refiner model can reuse the base model's momentum (or ODE's history parameters) collected from k-sampling to achieve more coherent sampling. In Automatic1111's high-res fix and ComfyUI's node system, the base model and refiner use two independent k-samplers, which means the momentum is largely wasted, and the sampling continuity is broken…
Re: Fooocus: OSS for image generation by ControlNet author
#5Re: Fooocus: OSS for image generation by ControlNet author
#6Re: Fooocus: OSS for image generation by ControlNet author
#7"Native refiner swap inside one single k-sampler. The advantage is that now the refiner model can reuse the base model's momentum (or ODE's history parameters) collected from k-sampling to achieve more coherent sampling. In Automatic1111's high-res fix and ComfyUI's node system, the base model and refiner use two independent k-samplers, which means the momentum is largely wasted, and the sampling continuity is broken…
Definitely interesting. It seems that I accidentally implemented that in Draw Things.
I’ve used some of your ideas for inspiration for ArtBot (mobile friendly web front-end for the AI Horde distributed Stable Diffusion project).
I love seeing updates to it. Keep it up! (SDXL is so much fun)
Re: Fooocus: OSS for image generation by ControlNet author
#8Re: Fooocus: OSS for image generation by ControlNet author
#9> 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].
Re: Fooocus: OSS for image generation by ControlNet author
#10The names given to the commits are... peculiar.