devilismyfriend / StableTuner

Finetuning SD in style.
GNU Affero General Public License v3.0
670 stars 51 forks source link

Masked improvements #80

Closed Nerogar closed 1 year ago

Nerogar commented 1 year ago

This PR contains many smaller and bigger changes to support a fully masked training workflow.

The structure of the latent cache has changed a bit. The "extra" data is used for the depth information and the conditioning image for inpainting. I added a new variable for the mask, that can now be used for all models.

Features:

Fixes