Binglei Li

Results 3 issues of Binglei Li

https://drive.google.com/drive/folders/1j8gcV5UyGoc-ylMxc7tCEzftL46ySdFE

There is `AssertionError` when i tried the following codes. ``` from diffusers import LuminaText2ImgPipeline from optimum.quanto import freeze, qfloat8, quantize pipeline = LuminaText2ImgPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.float16).to("cuda") quantize(pipeline.transformer, weights=qfloat8) freeze(pipeline.transformer) image = pipeline("ghibli...