Skip to content

Commit

Permalink
add pixelsmith
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Mandic <[email protected]>
  • Loading branch information
vladmandic committed Jan 3, 2025
1 parent dad3b11 commit bf5c47a
Show file tree
Hide file tree
Showing 7 changed files with 3,446 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Change Log for SD.Next

## Update for 2025-01-02
## Update for 2025-01-03

- [Allegro Video](https://huggingface.co/rhymes-ai/Allegro)
- optimizations: full offload and quantization support
- *reference values*: width 1280 height 720 frames 88 steps 100 guidance 7.5
- *note*: allegro model is really sensitive to input width/height/frames/steps
and may result in completely corrupt output if those are not within expected range
- [PixelSmith](https://github.com/Thanos-DB/Pixelsmith/)
- available for SD-XL in txt2img and img2img workflows
- select from *scripts -> pixelsmith*
- **Logging**:
- reverted enable debug by default
- updated [debug wiki](https://github.com/vladmandic/automatic/wiki/debug)
Expand Down
2 changes: 2 additions & 0 deletions modules/pixelsmith/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .pixelsmith_pipeline import PixelSmithXLPipeline
from .autoencoder_kl import PixelSmithVAE
496 changes: 496 additions & 0 deletions modules/pixelsmith/autoencoder_kl.py

Large diffs are not rendered by default.

Loading

0 comments on commit bf5c47a

Please sign in to comment.