VinAIResearch / LFM

Official PyTorch implementation of the paper: Flow Matching in Latent Space
https://vinairesearch.github.io/LFM/
GNU Affero General Public License v3.0
176 stars 6 forks source link

pluralistic inpainting #2

Open tumble-weed opened 11 months ago

tumble-weed commented 11 months ago

Hello, thanks for the great work. I have a use case to generate multiple samples for inpainting an area on imagenet and pascal. I had some questions surrounding this. I am only tangentially familiar with flow based models, so had some questions

p0p4k commented 9 months ago

Hi, for your third question you might refer to this https://github.com/cantabile-kwok/VoiceFlow-TTS#easter-eggs--citation and FFJORD (https://github.com/rtqichen/ffjord). For the second question, I am thinking it will be like diffusion, condition the cfm estimator (unet usually) with mask of inpainting target. However, since I am exploring that area, I will let you know once I get more details.