Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LargeDiT T2i, which text encoder should be used? #178

Open
Miracle2333 opened this issue Mar 12, 2024 · 4 comments
Open

LargeDiT T2i, which text encoder should be used? #178

Miracle2333 opened this issue Mar 12, 2024 · 4 comments

Comments

@Miracle2333
Copy link

I load the pretrained text encoder from official LLAMA-2 and the generated results are random noise. So which text encoder should be used? Could you specify the hugging face repo id?

@gaopengpjlab
Copy link
Contributor

gaopengpjlab commented Mar 12, 2024

image

We use frozen LLaMa-7B as a text encoder. Please download our T2I checkpoint which includes frozen text encoder and diffusion backbone contained in the same checkpoint.

@gaopengpjlab
Copy link
Contributor

@gaopengpjlab
Copy link
Contributor

Please note that our pretrained checkpoints only support high-resolution image generation.

@Miracle2333
Copy link
Author

image We use frozen LLaMa-7B as a text encoder. Please download our T2I checkpoint which includes frozen text encoder and diffusion backbone contained in the same checkpoint.

Hi,

I pull the checkpoint from the hf site and find it doesn't contain text-encoder. In addition, the codes of demo.py show that we need to load text-encoder ckpt from other hugging face sites. Could you provide the text-encoder to be loaded here?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants