Closed rockerBOO closed 1 year ago
!upload_image URL will download the image, remove the background, and resize into a 256x256 image size (by the largest dimension, and keeping the aspect ratio).
!upload_image URL
Needs
curl -s {} | rembg i > output.png convert output.png -resize 256x256^ {}
This is not going as planned.
!upload_image URL
will download the image, remove the background, and resize into a 256x256 image size (by the largest dimension, and keeping the aspect ratio).Needs