Alex

Results 30 comments of Alex

Rtx 4090 is almost 2-2.5x faster than a6000. So the speed is okay. As for the vram utilization, it depends on the output resolution, base model type (sdxl or not),...

> > Rtx 4090 is almost 2-2.5x faster than a6000. So the speed is okay. As for the vram utilization, it depends on the output resolution, base model type (sdxl...

The solution with smaller scnes is to overlap them (so that [0,5], [6,10] becomes [0,16], [6,22]

Something like this: ``` for scene in filtered_scenes: scene_start, scene_end = scene args.start_frame = scene_start scene_end = min(scene_end+1, total_frames) args.max_frames = scene_end if 'animatediff' in model_version: #reset batch length to...

probably to a different pytorch version, try to use the one that's installed by default.

> this step: Click File -> Upload Notebook and upload the *.ipynb file > > I dont recognize an error while install.bat and run.bat, but dont find the notebook to...

You need alpha frames generated by the mask cell to be available as a video?

It's saved as alpha.mp4

In the root warp folder iirc