Jacqui Wei
Jacqui Wei
Hey @molly-smith , I met exactly the same error with @BogdanDarius . and updated `deepspeed/inference/engine.py` based on PR https://github.com/microsoft/DeepSpeed/pull/3083, but still has this error: ``` File "/opt/conda/lib/python3.10/site-packages/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py", line 667, in...
Hey @molly-smith , if I use `model = deepspeed.init_inference(pipe.to("cuda"), dtype=torch.float16)` to disable kernel injection, I met the previous error `'StableDiffusionPipeline' object has no attribute 'children' ` ``` [2023-03-27 02:21:13,610] [INFO]...
Hey @molly-smith , I have downgraded diffusers version to `0.11.1`, and then met the error below. Thanks for your support ahead! ``` Time to load spatial_inference op: 21.2737238407135 seconds ****...
Hey @molly-smith , thanks for the replies above! > For diffusers 0.13.0 or above. please try https://github.com/microsoft/DeepSpeed/pull/3142 Great! It works on diffusers 0.14.0 > @JacquiML , I think you may...
Hey @molly-smith , a follow-up question: do you know an ETA when this merged PR: https://github.com/microsoft/DeepSpeed/pull/3142 will be in included in a new DeepSpeed release version in PyPi? Many thanks!