You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The captioning step is done before the segmentation step + cropping of is face model - meaning you will get a caption for the whole image but crop out to focus on the face - which could change what's visible on the image and invalidate the caption.
The captioning step is done before the segmentation step + cropping of
is face model
- meaning you will get a caption for the whole image but crop out to focus on the face - which could change what's visible on the image and invalidate the caption.https://github.com/replicate/cog-sdxl/blob/main/preprocess.py#L500-L531
The text was updated successfully, but these errors were encountered: