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

Feature/sdxl lightning #36

Merged
merged 6 commits into from
Feb 27, 2024
Merged

Feature/sdxl lightning #36

merged 6 commits into from
Feb 27, 2024

Conversation

sokovninn
Copy link
Member

Add SDXL-Lightning

image

SDXL-Lightning (max batch size is 4):

  • 1000 images batch_size=4 (2 steps): 41min
  • 1000 images batch_size=4 (4 steps): 46min
  • 1000 images batch_size=4 (8 steps): 62min

SDXL-Turbo (max batch size is 16):

  • 1000 images batch_size=1: 68 min
  • 1000 images batch_size=4: 22 min
  • 1000 images batch_size=16: 11 min

SDXL (max batch size is 4):

  • 1000 images batch_size=4: 550 min

Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
883 407 46% 0% 🟢

New Files

File Coverage Status
datadreamer/image_generation/sdxl_lightning_image_generator.py 24% 🟢
TOTAL 24% 🟢

Modified Files

File Coverage Status
datadreamer/image_generation/init.py 100% 🟢
datadreamer/image_generation/sdxl_image_generator.py 20% 🟢
datadreamer/image_generation/sdxl_turbo_image_generator.py 26% 🟢
datadreamer/pipelines/generate_dataset_from_scratch.py 44% 🟢
TOTAL 47% 🟢

updated for commit: c7d298a by action🐍

Copy link
Contributor

@HonzaCuhel HonzaCuhel left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@kozlov721 kozlov721 left a comment

Choose a reason for hiding this comment

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

LGTM

@sokovninn sokovninn merged commit cc26649 into dev Feb 27, 2024
sokovninn added a commit that referenced this pull request Mar 2, 2024
* feature: add SDXL-Lightning image generator

* fix: minor example fix

* feature: add prompt weighting to sdxl-lightning

* docs: update README

* test: add sdxl-lightning tests

* [Automated] Updated coverage badge

---------

Co-authored-by: GitHub Actions <[email protected]>
@sokovninn sokovninn deleted the feature/sdxl-lightning branch April 8, 2024 20:28
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.

4 participants