Changed the license to MIT
What else has Changed
- Fix safety_checker dtype by @ZachNagengast in https://github.com/apple/ml-stable-diffusion/pull/276
- Fix missing parameters ('mixed_bit_compression_apply', ) & import pkg (mixed_bit_compression_pre_analysis) issues by @jiangdi0924 in https://github.com/apple/ml-stable-diffusion/pull/279
- Fix pipeline.py for Python 3.8 by @TobyRoseman...