Skip to content

v0.54 Star Wars

Compare
Choose a tag to compare
@soten355 soten355 released this 25 Jun 01:18
· 37 commits to master since this release
fc195cd

v0.54 - The Star Wars Update!

After a few weeks of debugging, puzzle solving, and continuous testing, MetalDiffusion now fully supports ControlNet Tile!

ControlNet Update: Tile

This is the biggest update to MetalDiffusion. ControlNet Tile required reworking the main dream.py file along with creating tileSetter.py which handles cutting up an input image into smaller images, sending them to MetalDiffusion, and then receiving the final images to combine them together into a larger image.

Pre-Processing

Pre-processing is more dynamic in the Gradio application. Available options for the pre-processor now appear/disappear dynamically when you pick a specific option.

Tile pre-processing is the newest option and it includes the ability to upscale the tiles with two methods:

  • Bicubic - Default
  • ESRGAN - Tensorflow version, downloaded automatically with TensorFlowHub

Tools

The newest tool included with MetalDiffusion is depth mapping. Simply input an image and it will output the depth mapping.