Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

21 lines (18 loc) · 1.55 KB

SDGAN

SDGAN: Tuning Stable Diffusion with an adversarial network

This is a research project aimed at enhancing Stable Diffusion with GAN training for better perceptual detail. Currently, no pretrained model weights are available. Things are still in flux and the model may change in ways that are not backwards compatible with trained weights. Use at your own risk.

TODO

  • ☐ Investigate using different samples for generator and discriminator training
  • Test the effect of adding self-attention to all layers Failed due to CUDA running out of memory
  • ☐ Test the effect of different parameter initializations
  • ☑ Investigate using cross attention

BIBLIOGRAPHY (incomplete)