Tags: Python

Get Fooocus Gradio API Working

The interesting AI image generation have probably been playing with for quite a while. I’ve been using it too, and one of the best tools I’ve found is Fooocus. It’s easy to use even for someone like me who has zero knowledge of large language models. However, when I wanted to batch process image-to-image generation using fooocus, I ran into a problem: the official version doesn’t plan to support batch processing, so we have to do it ourselves. In this post, we’ll complete the first step: getting the Fooocus API to work.

8 个月前

从 llm.c 到 llm.rs(一)

我一直想看看大模型是怎么玩的,但是根据我的了解,这是一门学科, 不是简单一两天可以玩的, 平时时间本来就不是很多的我自然是没有可能去系统学习这一块东西, 所以一直也就是放着。近来知道 karpathy 做了一个 1000 行的 gpt-2 llm.c, 我觉得这是个不错的起点。

10 个月前

调通 Fooocus 的 Gradio 放大图接口

上一期我们终于调通了 gradio client 的接口,这样我们文生图就不用依赖于界面了, 不过放大图还不行,今天我们来搞定这个。

11 个月前

调通 Fooocus 的 Gradio 接口

AI 画图相信有兴趣的朋友已经玩了一阵子了,我也在玩,用着比较好用的工具是 fooocus, 可以让我这种对大模型通了九窍的家伙也能轻松上手,不过当我想批量执行图生图的时候, 却犯了难:官方没有计划支援批量处理,那我们只能自己动手了。 今天我们来完成第一步:把 fooocus 的接口调通。

11 个月前