Add optional support for visualization of ControlNet results using [`wandb.Table`](https://docs.wandb.ai/guides/data-vis) in [`train_controlnet_flax.py`](https://github.com/huggingface/community-events/blob/main/jax-controlnet-sprint/training_scripts/train_controlnet_flax.py). This can be used for [summarizing results during training](https://wandb.ai/geekyrakshit/dreambooth-keras/reports/Weave-validation-table-23-04-12-20-11-10---Vmlldzo0MDQ1MTAz) and [inference](https://wandb.ai/geekyrakshit/dreambooth-keras/reports/Weave-Inference-Results-23-04-12-20-09-47---Vmlldzo0MDQ1MDcz).
Add optional support for visualization of ControlNet results using
wandb.Tableintrain_controlnet_flax.py. This can be used for summarizing results during training and inference.