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

Query about 1024 Training #44

Open
yujiaxu13 opened this issue Dec 10, 2024 · 1 comment
Open

Query about 1024 Training #44

yujiaxu13 opened this issue Dec 10, 2024 · 1 comment

Comments

@yujiaxu13
Copy link

When the subject_1024_beta, did you train it on 1024x1024 images, or simply enlarge the dataset?

@Yuanshi9815
Copy link
Owner

Hi @yujiaxu13,

The 1024_beta model is available here.

For proper usage, please follow the demo code on Huggingface Space:

  1. Use reference images with size (512, 512)
  2. Adjust the generate() function code as follows:
    if condition.condition_type == "subject":
        delta = 32 if height == 512 else -32
        condition_ids[:, 2] += delta

Regarding your question about training, yes, we trained the 1024 model on 1024x1024 images specifically. We'll soon release this high-resolution training dataset as a supplement to Subjects200K.

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