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

Integrate stable-diffusion-3 pipeline #14

Merged
merged 9 commits into from
Jul 31, 2024
Merged

Integrate stable-diffusion-3 pipeline #14

merged 9 commits into from
Jul 31, 2024

Conversation

ShyVortex
Copy link
Owner

The following changes are introduced:

commit 417abe9 :

  • Renamed 'Style' to 'Model' in Generate
  • Added the option to select Stable Diffusion 3 as a generative model
  • Renamed 'generate.py' to 'generate_sd2-1.py'

commit 8fad249 :
Updated opencv-python package from version 4.9.0.80 to 4.10.0.82 to fix CVE-2019-9423

commit ade2053 :

  • Updated required packages to support Stable Diffusion 3
  • Renamed the description of negative prompts in Generate to match their real meaning
  • Optimized image generation of Stable Diffusion 2.1 to save more memory during inference

commit fdf8e74 :
Implemented stable-diffusion-3 pipeline

commit e705898 :
Added testing for stable-diffusion-3 pipeline

commit 7af8ce5 :

  • Bumped version to 1.1.0
  • Updated JavaFX dependencies to avoid CVE-2024-20925

commit ab2be9d :

  • Added resized logo, upscaled in 512x512px

commit d57086e :

  • Added stable-diffusion-3 instructions and credits
  • Updated screenshots in README to reflect the latest changes

commit 7fa97fa :
Made subtitle shorter

ShyVortex and others added 9 commits July 30, 2024 11:42
- Renamed 'Style' to 'Model' in Generate
- Added the option to select Stable Diffusion 3 as a generative model
- Renamed 'generate.py' to 'generate_sd2-1.py'
Updated opencv-python package from version 4.9.0.80 to 4.10.0.82
- Updated required packages to support Stable Diffusion 3
- Renamed the description of negative prompts in Generate to match their real meaning
- Optimized image generation of Stable Diffusion 2.1 to save more memory during inference
Also updated JavaFX dependencies to avoid CVE-2024-20925
Upscaled in 512x512px
Also updated the screenshots in README to reflect the latest changes.
@ShyVortex ShyVortex merged commit b0cfa38 into master Jul 31, 2024
5 checks passed
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.

1 participant