File size: 421 Bytes
f0de38f |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
pipeline_tag: text-to-image
library_name: diffusers
license: mit
---
# Model
This repo contains the layout planner model of the paper [TextDiffuser-2: Unleashing the Power of Language Models for Text Rendering](https://huggingface.co/papers/2311.16465).
# Usage
The script [here](https://github.com/microsoft/unilm/tree/master/textdiffuser-2#firecracker-inference) can be used to perform inference with the model. |