NokiMo
Furkan Gözükara
Furkan Gözükara

patreon


1 Click Auto Windows Installer For Rerender A Video - 1 Click Video To Anime

Patreon exclusive posts index

Join discord and tell me your discord username to get a special rank : SECourses Discord

19 October 2024 Update :

Windows Requirements


15 February 2024 Update :

19 October 2023 Update :

EXAMPLE VIDEO : https://twitter.com/GozukaraFurkan/status/1703797121126662602

Please read carefully and upvote this Reddit thread if possible

The original GitHub repo to read and learn more : https://github.com/williamyang1991/Rerender_A_Video

My installers will make a new VENV and install everything there. So this will not affect your other applications such as Automatic1111 Web UI

You also need to install ffmpeg and set its environment path. Shown in this video (2:56) : https://youtu.be/OI1LEN-SgLM

You need to have installed git

install_large_vram .bat will install Torch 2.0.1, Cuda 11.8, and xFormers 0.0.22

install_low_vram .bat will install Torch 1.13.1, Cuda 11.7 and xFormers 0.0.16 - will be probably slower i am yet to test

After install run .bat

The starting URL will be : http://127.0.0.1:7860

Before installing everything there are several crucial issues

Edit install2 .py and comment out the models that you don't want to download or you can even add new models for download. Auto download included models are Realistic_Vision_V5_1, Stable_Diffusion_1_5, Flat_2D_Animerge (which i used in example video), ReV_Animated_122

If you add new models edit sd_model_cfg .py and add them to the model dictionary list with same format. So easy to edit both of the files they are very clear

Most importantly if you don't compile ebsynth yourself please download and extract ebsynth .zip into the same folder. I compiled it with using Microsoft Visual Studio Community Edition 2022 and CUDA 12 library. Compiling it really hard. For those who wants I can connect your PC and help you if you become my Level 50 patreon subscriber (only 1 time)

Moreover, put all of these files into a folder with specific path. Do not use spaces in folder path. Do not use non english characters in folder path. Example correct folder path is

G:\render_v3

Here how your folder should look like before install

The install will take some time since it will download models which are total 32.2 GB

After all installation has been completed double click run .bat file and it will start the Web UI interface

Usage is intuitive

I made this video with default settings, flat2DAnimerge_v30 model and just a man in a room prompt

Processing is taking a lot of time

You can follow the process from CMD window

The starting URL will : http://127.0.0.1:7860

If you get ffprobe error that means it doesn't see your FFMPEG

So download ffmpeg from here : https://ffmpeg.org/download.html

Extract downloaded ffmpeg into the scripts folder (..\Rerender_A_Video\venv\Scripts) like below

Upload your video and set settings and then click Run 1st Key Frame

This will display first frame

After that click Run All Frames once you are okay with first frame

You will see the results inside Rerender_A_Video\result folder with the name of your input video file name

Make your video filename also specific easy like test_video.mp4 - dont use spaces or non-english characters

The final and most time consuming part will generate images under blend folder

It will generate number of frames equal to the number of frames in your original video

Finally it will not copy the sound of the original video

Hopefully I will make a detailed tutorial video for this amazing tool

Re_Render_a_Video_v1.zip contains all of the files including ebsynth .zip extracted

Comments

Hocam şu videoyu bire bir izle, sonra v3 yükle, high vram olanı seç, az önce yaptım çalışıyor : https://youtu.be/DrhUHnYfwC0

Furkan Gözükara

activate venv and execute this pip install opencv-python hatası alıyorum hocam bende yardımcı olabilir misiniz

Ibrahim Pehlivan

Already solved, thank you

glcheer

replied back lets continue there

Furkan Gözükara

I have reinstalled and sent you the entire cmd log, when I run low _vram, I can see the ebsynth exe being moved automatically in the folder.

glcheer

Your python is good. Can you reinstall and send me entire cmd log? Are you seeing ebsynth exe in folder and being moved auto?

Furkan Gözükara

Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 It seems that something went wrong during my second installation. I'll reinstall it.

glcheer

ok i just did a fresh install and 0 errors. working. so that means you had error while installing. first tell me your python version? second reinstall and email me your entire install logs : monstermmorpg@gmail.com

Furkan Gözükara

i am gonna reinstall and test right now

Furkan Gözükara

i install low_vram,but when i run,it always get this error: A matching Triton is not available, some optimizations will not be enabled. Error caught was: No module named 'triton' logging improved. Traceback (most recent call last): File "D:\Rerender_Videos\Rerender_A_Video\webUI.py", line 24, in from flow.flow_utils import get_warped_and_mask File "D:\Rerender_Videos\Rerender_A_Video\flow\flow_utils.py", line 258, in flow_calc = FlowCalc() File "D:\Rerender_Videos\Rerender_A_Video\flow\flow_utils.py", line 156, in __init__ checkpoint = torch.load(model_path, File "D:\Rerender_Videos\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 771, in load with _open_file_like(f, 'rb') as opened_file: File "D:\Rerender_Videos\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 270, in _open_file_like return _open_file(name_or_buffer, mode) File "D:\Rerender_Videos\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 251, in __init__ super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: './models/gmflow_sintel-0c07dcb3.pth'

glcheer

hello. your video file name was inaccurate. make it like input_video.extension and it will work

Furkan Gözükara

hello. your video file name was inaccurate. make it like input_video.extension and it will work

Furkan Gözükara

I would like to know the minimum computer configuration

Haifeng Liao

Traceback (most recent call last): File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1437, in process_api result = await self.call_function( File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1109, in call_function prediction = await anyio.to_thread.run_sync( File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync return await get_async_backend().run_sync_in_worker_thread( File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 2144, in run_sync_in_worker_thread return await future File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 851, in run result = context.run(func, *args) File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\gradio\utils.py", line 641, in wrapper response = f(*args, **kwargs) File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "C:\rerender_v2\all_files_V2\Rerender_A_Video\webUI.py", line 264, in process1 cfg = create_cfg(global_video_path, *args) File "C:\rerender_v2\all_files_V2\Rerender_A_Video\webUI.py", line 168, in create_cfg input_name = os.path.split(input_path)[-1].split('.')[0] File "C:\Python31011\lib\ntpath.py", line 211, in split p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType

Haifeng Liao

ye it is accurate. make a newer fresh install and let me know. also you installed ffmpeg right? you get same message when typed ffmpeg?

Furkan Gözükara

C:\Users\Administrator>python - version Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

Haifeng Liao

hello. I just did a fresh install and no issues. worked great. so here info i need what is your python version? please reinstall and send me your entire install cmd output as email : monstermmorpg@gmail.com

Furkan Gözükara

hello. this happens when file downloads fails. i am testing a fresh install now

Furkan Gözükara

Traceback (most recent call last): File "C:\rerender_v2\all_files_V2\Rerender_A_Video\webUI.py", line 24, in from flow.flow_utils import get_warped_and_mask File "C:\rerender_v2\all_files_V2\Rerender_A_Video\flow\flow_utils.py", line 258, in flow_calc = FlowCalc() File "C:\rerender_v2\all_files_V2\Rerender_A_Video\flow\flow_utils.py", line 156, in __init__ checkpoint = torch.load(model_path, File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 791, in load with _open_file_like(f, 'rb') as opened_file: File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 271, in _open_file_like return _open_file(name_or_buffer, mode) File "C:\rerender_v2\all_files_V2\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 252, in __init__ super().__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: './models/gmflow_sintel-0c07dcb3.pth'

Haifeng Liao

thank you so much great list to follow

Furkan Gözükara

Hi, after hours of various tries, I finally found a successful workaround to make ReRender work! I'm sharing all the different steps so hopefully you can find how to fix the automatic installer: Install Python 3.10.11 (this version specifically, for some reasons the more recent ones do not work). During the install check Add to PATH https://www.python.org/downloads/release/python-31011/ Install Microsoft C++ Build Tools https://visualstudio.microsoft.com/visual-cpp-build-tools/ Install RUST https://www.rust-lang.org/tools/install Then install ReRender by using the all_files.zip and following the instructions you provided.

furoba

can you try this? : pip install einops i am going to test installer right now to see if i will get any errors

Furkan Gözükara

Hi, I have the same problem of "no module named cv2". I did as you said but now I have another error message instead: Traceback (most recent call last): File "C:\RERENDER\Rerender_A_Video\webUI.py", line 6, in import einops ModuleNotFoundError: No module named 'einops' Press any key to continue . . .

furoba

activate venv and execute this pip install opencv-python tell me if you are getting any error or not.

Furkan Gözükara

Hi. This is the error show when I click on the run file: Traceback (most recent call last): File "C:\Users\hunte\Downloads\all_files\Rerender_A_Video\webUI.py", line 5, in import cv2 ModuleNotFoundError: No module named 'cv2' Press any key to continue . . .

Hunter Nguyen

hello please uıninstall your all python and install as shown in this video into your C drive : https://youtu.be/B5U7LJOvH6g - also install Rerender_A_Video into your C or main drive not documents. also do not have any space in your folders or in your video file. let me know after this please

Furkan Gözükara

Hi I'm having an issue, it generates keyframes fine but when it gets to run propogation, I get the "unrecognised arguments" and "no such directory" errors usage: video_blend.py [-h] [--output OUTPUT] [--fps FPS] [--beg BEG] [--end END] [--itv ITV] [--key KEY] [--n_proc N_PROC] [-ps] [-ne] [-tmp] name video_blend.py: error: unrecognized arguments: of lint 220533882 FB of lint 220533882 FB\blend.mp4 Traceback (most recent call last): File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1440, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1341, in postprocess_data prediction_value = block.postprocess(prediction_value) File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\components\video.py", line 281, in postprocess processed_files = (self._format_video(y), None) File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\components\video.py", line 355, in _format_video video = self.make_temp_copy_if_needed(video) File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\components\base.py", line 226, in make_temp_copy_if_needed temp_dir = self.hash_file(file_path) File "C:\Users\TAW\Documents\OtherPrograms\Render_A_Video\Rerender_A_Video\venv\lib\site-packages\gradio\components\base.py", line 190, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'result\\calling of lint 220533882 FB\\blend.mp4'

Thomas Wiwchar

i have this issue as well- how did you fix it?

Thomas Wiwchar

thank you

Furkan Gözükara

Well, I look forward to it with great interest, I find all this related to video rotoscoping by AI very interesting.

Salvador Robles

you are right. this is on my research topic and will hopefully make a tutorial

Furkan Gözükara

I finally got a video but it was a bit disappointing, hopefully you can make a tutorial to make good videos with this or other technology (warpfusion or similar). I visited a page called lensgo.ai with a very interesting videotovideo option, the technology behind, it would be interesting to see what it is... Thanks

Salvador Robles

you have path error. FileNotFoundError: [Errno 2] No such file or directory: 'result\\video 1080p\\blend.mp4' and this : video_blend.py: error: unrecognized arguments: 1080p 1080p\blend.mp4 i don't know but you are doing something different. try 512x512 base model and make your video file name as a.mp4

Furkan Gözükara

python video_blend.py result\video 1080p --beg 1 --end 301 --itv 10 --key keys --output result\video 1080p\blend.mp4 --fps 25.0 --n_proc 1 -ps usage: video_blend.py [-h] [--output OUTPUT] [--fps FPS] [--beg BEG] [--end END] [--itv ITV] [--key KEY] [--n_proc N_PROC] [-ps] [-ne] [-tmp] name video_blend.py: error: unrecognized arguments: 1080p 1080p\blend.mp4 Traceback (most recent call last): File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1440, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\blocks.py", line 1341, in postprocess_data prediction_value = block.postprocess(prediction_value) File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\components\video.py", line 281, in postprocess processed_files = (self._format_video(y), None) File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\components\video.py", line 355, in _format_video video = self.make_temp_copy_if_needed(video) File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\components\base.py", line 226, in make_temp_copy_if_needed temp_dir = self.hash_file(file_path) File "D:\IA\Render_L\Rerender_A_Video\venv\lib\site-packages\gradio\components\base.py", line 190, in hash_file with open(file_path, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: 'result\\video 1080p\\blend.mp4'

Salvador Robles

great. such errors are so hard to debug from just replies.

Furkan Gözükara

The issue has been resolved! The problem was caused by the corruption of model data when copying the data, and it worked fine with a new local model data. Thank you for your help!

伟超 陈

what resolution are you trying? what is your video resolution? try a small video with 512x512 resolution. are you able to get first preview image? please give more info. maybe a video

Furkan Gözükara

python still gives errors after installing on C drive:Traceback (most recent call last): File "C:\Python310\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "C:\Python310\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "C:\Python310\lib\site-packages\gradio\blocks.py", line 1437, in process_api result = await self.call_function( File "C:\Python310\lib\site-packages\gradio\blocks.py", line 1109, in call_function prediction = await anyio.to_thread.run_sync( File "C:\Python310\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run result = context.run(func, *args) File "C:\Python310\lib\site-packages\gradio\utils.py", line 641, in wrapper response = f(*args, **kwargs) File "C:\Python310\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "J:\Rerender_A_Video\Rerender_A_Video\webUI.py", line 266, in process1 global_state.update_sd_model(cfg.sd_model, cfg.control_type, File "J:\Rerender_A_Video\Rerender_A_Video\webUI.py", line 101, in update_sd_model model.load_state_dict(load_file(sd_model_path), strict=False) File "C:\Python310\lib\site-packages\safetensors\torch.py", line 100, in load_file result[k] = f.get_tensor(k) RuntimeError: self.size(-1) must be divisible by 4 to view Byte as Float (different element sizes), but got 30226646

伟超 陈

it should work good. it is 24 gb

Furkan Gözükara

NVIDIA Tesla P40

伟超 陈

i think install python 3.10.11 into C drive directly as shown in video and reinstall and try again. also what was your GPU?

Furkan Gözükara

There's also this error:C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\safetensors\torch.py:98: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() with safe_open(filename, framework="pt", device=device) as f: Traceback (most recent call last): File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\blocks.py", line 1437, in process_api result = await self.call_function( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\blocks.py", line 1109, in call_function prediction = await anyio.to_thread.run_sync( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run result = context.run(func, *args) File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\utils.py", line 641, in wrapper response = f(*args, **kwargs) File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "J:\Rerender_A_Video\Rerender_A_Video\webUI.py", line 266, in process1 global_state.update_sd_model(cfg.sd_model, cfg.control_type, File "J:\Rerender_A_Video\Rerender_A_Video\webUI.py", line 101, in update_sd_model model.load_state_dict(load_file(sd_model_path), strict=False) File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\safetensors\torch.py", line 100, in load_file result[k] = f.get_tensor(k) RuntimeError: self.size(-1) must be divisible by 4 to view Byte as Float (different element sizes), but got 30226646

伟超 陈

uninstall your python and install into C drive as shown here : https://youtu.be/B5U7LJOvH6g

Furkan Gözükara

Error:Traceback (most recent call last): File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\queueing.py", line 388, in call_prediction output = await route_utils.call_process_api( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\route_utils.py", line 219, in call_process_api output = await app.get_blocks().process_api( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\blocks.py", line 1437, in process_api result = await self.call_function( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\blocks.py", line 1109, in call_function prediction = await anyio.to_thread.run_sync( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run result = context.run(func, *args) File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\gradio\utils.py", line 641, in wrapper response = f(*args, **kwargs) File "C:\Users\586\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context return func(*args, **kwargs) File "J:\Rerender_A_Video\Rerender_A_Video\webUI.py", line 278, in process1 model = ddim_v_sampler.model AttributeError: 'NoneType' object has no attribute 'model'

伟超 陈

i think you should try both and compare. 12 gb is like middle

Furkan Gözükara

full tutorials are not ready yet sadly

Furkan Gözükara

By te way I have seen some videos on your youtube channel (short ones), are there full tutorials for patreon supporters anywhere?, thanks

Salvador Robles

Hello, when you say during installation large vram you refer more than?, I have a RTX4070 12GB VRAM in PC and RTX3070 8GB VRAM mobile in my labtop, this is large or low in each case?. Thanks a lot. I am very interested in this, It would be great a kaggle version if possible... thanks a lot

Salvador Robles

exactly. you can use it directly on linux

Furkan Gözükara

Assumming that I can build ebsynth in linux, will the rest of the code can be adapted to run in Linux?

Nguyen Tran

you are welcome. thanks for supporting me

Furkan Gözükara

Thank you!

OctonionPrime

yep hopefully i will make notebook for runpod and kaggle too. will share on Patreon

Furkan Gözükara

will try. Are you planning to implement it on cloud?

OctonionPrime

Hello. I think you probably would need to reduce resolution. But should work with lower resolution

Furkan Gözükara

hey thank you for this script. Will 8 gb be enough?

OctonionPrime

thank you so much. i am working on more

Furkan Gözükara

The updated code works perfectly. Thank you. Looking forward to further detailed tutorials.

jaehyun AI

12 gb is good. what is this M disk? can you test on C disk? if you message me from patreon i can connect your pc and check out. can you show me your install folder screenshot?

Furkan Gözükara

Yup waited long time said install successful and cmd window closes. my gpu is 3060 12gb Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] on win32

Nobodys Hero

hello. what is your GPU and your installed Python? can you open CMD and type Python and tell me what you see? also did you wait entire install finish? it takes huge time

Furkan Gözükara

when I click run bat i get the following :( logging improved. Traceback (most recent call last): File "M:\render_v2\Rerender_A_Video\webUI.py", line 24, in from flow.flow_utils import get_warped_and_mask File "M:\render_v2\Rerender_A_Video\flow\flow_utils.py", line 209, in flow_calc = FlowCalc() File "M:\render_v2\Rerender_A_Video\flow\flow_utils.py", line 155, in __init__ checkpoint = torch.load(model_path, File "M:\render_v2\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 797, in load with _open_zipfile_reader(opened_file) as opened_zipfile: File "M:\render_v2\Rerender_A_Video\venv\lib\site-packages\torch\serialization.py", line 283, in __init__ super().__init__(torch._C.PyTorchFileReader(name_or_buffer)) RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

Nobodys Hero

I just tested for you. sadly it doesn't work due to tensor mismatch

Furkan Gözükara

Will this work with sdxl models Doc?

Nobodys Hero

you are welcome

Furkan Gözükara

Ok tanks

Rafał Ryniak

I will hopefully will make a runpod version too stay tuned

Furkan Gözükara

Czy będzie wersja na ronpod czy trzeba poszukać i samemu to zrobić?

Rafał Ryniak


Related Creators