Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
38.83k stars 5.01k forks source link

Reformat Python Project with Black and Isort #256

Open AndresCdo opened 1 year ago

AndresCdo commented 1 year ago

Background

In order to improve code readability and maintainability, we have decided to reformat our Python project using the Black and Isort libraries. These libraries will ensure consistent code styling and proper import organization throughout the project.

Changes Made: