runtime error

│ │ 73 │ │ │ 74 │ p_params = replicate(params) │ │ 75 │ │ │ ā± 76 │ output = pipe( │ │ 77 │ │ prompt_ids=prompt_in, │ │ 78 │ │ image=cond_img_in, │ │ 79 │ │ params=p_params, │ │ │ │ /home/user/.pyenv/versions/3.8.9/lib/python3.8/site-packages/diffusers/pipel │ │ ines/stable_diffusion/pipeline_flax_stable_diffusion_controlnet.py:473 in │ │ __call__ │ │ │ │ 470 │ │ │ if any(has_nsfw_concept): │ │ 471 │ │ │ │ for i, is_nsfw in enumerate(has_nsfw_concept): │ │ 472 │ │ │ │ │ if is_nsfw: │ │ ā± 473 │ │ │ │ │ │ images[i] = np.asarray(images_uint8_casted[i]) │ │ 474 │ │ │ │ │ 475 │ │ │ images = images.reshape(num_devices, batch_size, height, w │ │ 476 │ │ else: │ ╰──────────────────────────────────────────────────────────────────────────────╯ ValueError: assignment destination is read-only

Container logs:

Fetching error logs...