n00mkrad / flowframes

Flowframes Windows GUI for video interpolation using DAIN (NCNN) or RIFE (CUDA/NCNN)
GNU General Public License v3.0
1.52k stars 117 forks source link

Update AI.cs #184

Closed smalkim closed 2 months ago

smalkim commented 2 years ago

Changed lowercase conversion method from .ToLower() to .ToLowerInvariant() in order to make it work with Turkish regional settings. If not forced to make an Invariant conversion, .NET converts capital "I" to lowercase "ı" which is linguistically correct for Turkish but fails for file paths thus leading the "can't load AI models for this implementation!" error.

n00mkrad commented 2 months ago

Fixed with my Lower() and Upper() extension methods now