shenhaibo123

Results 2 issues of shenhaibo123

https://github.com/Stability-AI/generative-models/blob/9d759324e914de6c96dbd1468b3a4a50243c6528/sgm/models/diffusion.py#L126C54-L126C61 There seems to be a small clerical error here, and the function name is decode, not decoder, causing an error at runtime. specifically,“self.first_stage_model.decoder ” should be "self.first_stage_model.decode".