FoundationVision/Liquid

★ 640⑂ 36

(Accepted by IJCV) Liquid: Language Models are Scalable and Unified Multi-modal Generators

About FoundationVision/Liquid

FoundationVision/Liquid is an open-source project on GitHub, mainly written in Python. (Accepted by IJCV) Liquid: Language Models are Scalable and Unified Multi-modal Generators It currently holds 640 stars and 36 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the AI Image Projects board and on the AI AI Image Projects list.

GitHub Repository Details

Repository FoundationVision/Liquid · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Liquid: Language Models are Scalable and Unified
Multi-modal Generators

Junfeng Wu1,2 · Yi Jiang2† · Chuofan Ma2,3
Yuliang Liu1 · Hengshuang Zhao3
Zehuan Yuan2 · Song Bai2* · Xiang Bai1* 1HUST   2ByteDance   3HKU
†project lead   *corresponding author
This repo implements Liquid, a scalable and unified autoregressive generation paradigm that seamlessly integrates multimodal comprehension and generation. teaser

📰 News

2025-03-25: Data processing and model pretraining scripts have been updated in Data.md and TRAIN.md. 2025-03-04: Text-to-image and visual understanding evaluation scripts for Liquid are released in EVAL.md. 2025-02-28: Paper, demo, model, and project page for Liquid are all released.

📑 Open-Source Plan

📽️Inference

Using Liquid for inference or evaluation doesn't require complex environment dependencies. Since it's essentially a HuggingFace format language model, you only need the transformers library and some basic components to run it. Refer to EVAL.md for recommended versions.

Run the Gradio Demo locally

If deploying on a GPU with less than 30GB VRAM, you may need to enable load_in_8bit in AutoModelForCausalLM.from_pretrained in app.py for image generation to avoid out-of-memory errors. ```bash pip install gradio==4.44.1 pip install gradio_client==1.3.0 cd evaluation python app.py ```

Single inference

```bash

Engage in pure language dialogue.

python inference_t2t.py --model_path Junfeng5/Liquid_V1_7B --prompt "Write me a poem about Machine Learning."

image understanding

python inference_i2t.py --model_path Junfeng5/Liquid_V1_7B --image_path samples/baklava.png --prompt 'How to make this pastry?'

image generation, add --load_8bit for GPU with less than 30GB VRAM

python inference_t2i.py --model_path Junfeng5/Liquid_V1_7B --prompt "young blue dragon with horn lightning in the style of dd fantasy full body" ```

⚙️ Installation and Training

See Data.md and TRAIN.md.

📖 Introduction

🔥 Multimodal Generation

teaser teaser

🔥 Scaling Law for multimodal generation

teaser

License

This project is licensed under the MIT License - see the LICENSE file for details.

Citation

If you find this project useful, please consider citing: ```bibtex @article{wu2026liquid, title={Liquid: Language Models are Scalable and Unified Multi-Modal Generators}, author={Wu, Junfeng and Jiang, Yi and Ma, Chuofan and Liu, Yuliang and Zhao, Hengshuang and Yuan, Zehuan and Bai, Song and Bai, Xiang}, journal={International Journal of Computer Vision}, volume={134}, number={1}, year={2026}, publisher={Springer US New York} } ```

GitHub Stars & Activity

640Stars
36Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars640
Forks36
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

ultralytics / ultralytics

Python★ 61,829⑂ 11,787
2

ultralytics / yolov5

Python★ 58,057⑂ 17,469
3

roboflow / supervision

Python★ 50,960⑂ 4,848
4

lucidrains / vit-pytorch

Python★ 25,514⑂ 3,495
5

junyanz / pytorch-CycleGAN-and-pix2pix

Python★ 25,244⑂ 6,567
6

graphdeco-inria / gaussian-splatting

Python★ 23,930⑂ 3,434
7

pytorch / vision

Python★ 17,921⑂ 7,265
8

cvat-ai / cvat

Python★ 16,758⑂ 3,871

More AI Rankings