will
Results
3
comments of
will
或许结合上下文的AI翻译会更容易实现?
add font file public/font.otf then in shortGPT/editing_framework/editing_steps/make_caption.json change the font to this `"font": "public/font.otf",`
Found solution. download image and convert to numpy array, then it works ` import urllib.request from PIL import Image import numpy def process_image_asset(self, asset: Dict[str, Any]) -> ImageClip: temp_file =...