Skip to content

SD-XL update #260

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

Merged
merged 8 commits into from
Sep 4, 2024
Merged

SD-XL update #260

merged 8 commits into from
Sep 4, 2024

Conversation

MarcelWilnicki
Copy link
Collaborator

this PR adds sd-xl in explicit fp32 precision and updates requirements.txt with packages for this model

run_pytorch_bf16(**vars(parser.parse()))
else:
print_goodbye_message_and_die(
"this model seems to be unsupported in a specified framework: " + args.framework)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be precision not framework

_stablediffusion.submit_count(batch_size, x_samples)

runner = PyTorchRunnerV2(model)
stablediffusion = StableDiffusion()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the dataset, right? Naming could be clearer

@MarcelWilnicki MarcelWilnicki merged commit 974c5ae into main Sep 4, 2024
8 checks passed
@MarcelWilnicki MarcelWilnicki deleted the marcel/sd-xl-update branch September 4, 2024 12:17
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

Successfully merging this pull request may close these issues.

2 participants