Posts: 12.049
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Yeah, especially since it's shortens the time to upload the torch-addon and the amount of trouble updating it. 
 
Cu Selur
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 121
	Threads: 6
	Joined: Aug 2022
	
	
 
	
	
		I was experimenting with the new DeepEx feature on Dan64 butterfly/flower wonderful video demo. If I introduce Frame 20 with Pink flower, and frame 40 with Blue flower.  Frame 20-39 will be pink flower, and 40 till the end will be blue flower.  Lets say I have a video with several scene changes.  Lets say one scene starts at frame 300 and ends at 500.  The SC thresh selects frame 300 to colorize that scene 300 to 500 at that color.  If I select min freq at 50, it will pick up frame 350, 400, 450 and that potentially create a variance of color every 50 frames.  If the frame that best represent the entire scene is located at frame 382 what is the best approach to apply that frame to the entire scene?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 985
	Threads: 80
	Joined: Feb 2020
	
	
 
	
	
		Not clear what kind of settings you are using.
The butterfly demo used only DeepEx and in this case was necessary to provide only 1 ref. frame.
Could you provide a piece of code showing what kind of HAVC functions you are using ?
Dan
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.049
	Threads: 65
	Joined: May 2017
	
	
 
	
		
		
		12.06.2024, 20:23 
(This post was last modified: 12.06.2024, 20:24 by Selur.)
		
	 
	
		Side note: 
if DeOldify fails with fbgemm.dll complaining about missing dependencies:
either calling:
python -m pip install -U msvc-runtime
inside the Hybrid/64bit/Vapoursynth-folder
or
installing Visual C++ Redistributable for Visual Studio 2015-2022 
https://aka.ms/vs/17/release/vc_redist.x64.exe should fix the problem.
Cu Selur
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 985
	Threads: 80
	Joined: Feb 2020
	
	
 
	
	
		I probably didn't notice the problem because these libraries are already installed on my PC. 
Thanks for reporting this issue.
Dan
	
	
	
	
	
 
 
	
	
	
		
	Posts: 9
	Threads: 0
	Joined: Jun 2024
	
	
 
	
	
		 (12.06.2024, 21:22)Dan64 Wrote:  I probably didn't notice the problem because these libraries are already installed on my PC. 
Thanks for reporting this issue.
Dan
Hi,
Installed the VC_redist.x64 as selur recommended and still getting same error. Tried reinstalling multiple time but no luck. same error is showing when I try propainter also.  Attaching the image of deoldify error. 
![[Image: Selur.jpg]](https://i.ibb.co/7b0nv1M/Selur.jpg) 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.049
	Threads: 65
	Joined: May 2017
	
	
 
	
		
		
		13.06.2024, 08:47 
(This post was last modified: 13.06.2024, 09:06 by Selur.)
		
	 
	
		When I check the dependencies of fbgemm.dll here I see:
![[Image: grafik.png]](https://i.ibb.co/b330fN7/grafik.png)
normally installing Visual C++ Redistributable for Visual Studio 2015-2022 should fix the that.
What does 
Dependencies report for you for the fbgemm.dll ?
What NVIDIA driver version are you using?
Are you using Studio or Gaming drivers?
What NVIDIA GPU are you using?
Cu Selur
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 9
	Threads: 0
	Joined: Jun 2024
	
	
 
	
	
		 (13.06.2024, 08:47)Selur Wrote:  When I check the dependencies of fbgemm.dll here I see:
![[Image: grafik.png]](https://i.ibb.co/b330fN7/grafik.png)
normally installing Visual C++ Redistributable for Visual Studio 2015-2022 should fix the that.
What does Dependencies report for you for the fbgemm.dll ?
What NVIDIA driver version are you using?
Are you using Studio or Gaming drivers?
What NVIDIA GPU are you using?
Cu Selur
Checked dependencies and libomp140 dll is missing. Don't know which package will install that.
Nvidia driver is latest Studio version. GPU is RTX 3090 Ti
![[Image: Dependen.jpg]](https://i.ibb.co/McqWG3V/Dependen.jpg) 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.049
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Maybe I can figure out what installed the dll on my system after work.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 9
	Threads: 0
	Joined: Jun 2024
	
	
 
	
	
		 (13.06.2024, 10:12)Selur Wrote:  Maybe I can figure out what installed the dll on my system after work.
Thank you