hyn2028 / llm-cxr

Official code for "LLM-CXR: Instruction-Finetuned LLM for CXR Image Understanding and Generation"
https://arxiv.org/abs/2305.11490
Apache License 2.0
111 stars 11 forks source link

The code for VQ-GAN, which does not provide the #14

Open Faded1022 opened 6 months ago

Faded1022 commented 6 months ago

Cannot create models for VQ-GAN,There is no information about the VQ-GAN model in taming/modules.Importing VQModel from taming.models.vqgan with error。

hyn2028 commented 5 months ago

Hi, @Faded1022.

VQ-GAN's code is not held directly in our repository. Instead, the requirement tells pip to install taming-transformers as a library.

https://github.com/hyn2028/llm-cxr/blob/854a2330f0a5c3fc58b4c5a59a3432f44ea8f588/environment.yaml#L211