FoundationVision / VAR

[GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction". An *ultra-simple, user-friendly yet state-of-the-art* codebase for autoregressive image generation!
MIT License
4.03k stars 303 forks source link

About in-painting tasks #74

Open zhiyuanyou opened 3 months ago

zhiyuanyou commented 3 months ago

Hello,

Thanks for your great work.

I have found that the demo does not support in-painting tasks. So I wonder whether this repo contains the in-painting scripts ?

Thanks again.

Ferenas commented 1 month ago

Same question. I am curious about how to process inpainting task? Just simply set the masked regions as 0 and implement the teacher-force reconstruction?