pinokiofactory / cogstudio

210 stars 13 forks source link

How to change images to video's video resolution ? #10

Open shutarojp opened 1 week ago

shutarojp commented 1 week ago

I don't know why it always create 720x 480 video, but is there any way to change Resolution ? thank you

shutarojp commented 1 week ago

Also, I find this problem because Pillow version problem

init cogvideox pipeline D:\Pinokio\api\cogstudio.git\app\inference\gradio_composite_demo\cogstudio.py:290: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use LANCZOS or Resampling.LANCZOS instead. resized_img = img.resize((new_width, new_height), Image.ANTIALIAS)