#smoothie aint installing
113 messages · Page 1 of 1 (latest)
i tried smoothie rs
and it didnt work
im using old smoothie
it wont install correctly
save_installed_manifest : The term 'save_installed_manifest' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At C:\Users\husse\scoop\apps\scoop\current\lib\install.ps1:71 char:5
-
save_installed_manifest $app $bucket $dir $url -
~~~~~~~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (save_installed_manifest:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
save_install_info : The term 'save_install_info' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At C:\Users\husse\scoop\apps\scoop\current\lib\install.ps1:72 char:5
-
save_install_info @{ 'architecture' = $architecture; 'url' = $url ... -
~~~~~~~~~~~~~~~~~- CategoryInfo : ObjectNotFound: (save_install_info:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
success : The term 'success' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Users\husse\scoop\apps\scoop\current\lib\install.ps1:78 char:5
-
success "'$app' ($version) was installed successfully!" -
~~~~~~~- CategoryInfo : ObjectNotFound: (success:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
show_notes : The term 'show_notes' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Users\husse\scoop\apps\scoop\current\lib\install.ps1:80 char:5
-
show_notes $manifest $dir $original_dir $persist_dir -
~~~~~~~~~~- CategoryInfo : ObjectNotFound: (show_notes:String) [], CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
show_suggestions : The term 'show_suggestions' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At C:\Users\husse\scoop\apps\scoop\current\libexec\scoop-install.ps1:126 char:1
- show_suggestions $suggested
-
+ CategoryInfo : ObjectNotFound: (show_suggestions:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
since smoothie isnt working
can someone help me install smoothie rs
!smrs
Smoothie is Couleur's take on blur and is currently being rewritten in the Rust programming language.
It is available as a portable program, you can grab it by following this tutorial from Hexal:
YOU NEED TO BE SIGNED INTO GITHUB
Smoothie-RS (written primarily by @Couleur) is an interpolation and frame blending application that is built on https://github.com/f0e/blur
Download Links:
https://github.com/couleur-tweak-tips/smoothie-rs
https://github.com/nihui/rife-ncnn-vulkan
Support:
https://discord.gg/ctt
Timestamps:
0:00 Downloading ...
if you don't hjave it still
in the vid
when he puts the path of rife
in the recipe
he doesnt remove the quotation marks
NVM
ITS STILL NOT WORKING
when i press send to
it gives like
an error then the cmd closes rly quickly
so i cant send the error
open a cmd window, cd into the directory where smoothie is present
invoke smoothe from there
or record a video
we can always slow it down or go frame by frame
wont cd
"C:\Users\husse\AppData\Roaming\Microsoft\Windows\SendTo\Smoothie.lnk"
im doing
cd "C:\Users\husse\AppData\Roaming\Microsoft\Windows\SendTo\Smoothie.lnk"
it says "is not recognized as an internal or external command,
operable program or batch file."
ill just rec a video
disable rife, if you don't use it
i need rife for smoothie ._.
you got an igpu and dgpu in your system?
both
i have igpu from my ryzen 7 5800
and dgpu which is an rtx 3060
here is the issue:
rife wants to use cuda i.e your nvidia gpu
but its not able to use it because the code doesn't specify which gpu to use for cuda
so more like a sm-rs limitation than system
but you can fix it by editing the vpy file
and how doi do that
use search and look for the .vpy sm-rs uses
send me the file
use dms instead
@bold violet
you want to look for this function:
clip = core.rife.RIFE(
clip=clip,
factor_num=(pi['factor']).strip('x'),
# multiplier=str(pi['factor']).strip('x'),
model_path=model_path,
gpu_id=0,
gpu_thread=1,
tta=False,
uhd=False, # tune for 1440p+ content
sc=False # scene change
)
change the gpu id from 0 to 1
done
now try using sm-rs
send ss
alr im back
i gotta record it again cause it just closes immedtiatly
atleast a new error
then what do i use
the issue also isn't linked with models
send your cfg
whats the file called
[interpolation]
enabled: yes
masking: no
fps: 960
speed: medium
tuning: weak
algorithm: 23
use gpu: yes
[frame blending]
enabled: yes
fps: 60
intensity: 1.0
weighting: equal
bright blend: n
[flowblur]
enabled: no
masking: no
intensity: 125
do blending: after
[output]
process: ffmpeg
enc args: -c:v libx264 -preset slower -crf 16 -aq-mode 3 -pix_fmt yuv420p10le -c:a copy
file format: %FILENAME% ~ %FRUIT%
container: .mp4
[preview window]
enabled: yes
process: ffplay
output args: -f yuv4mpegpipe -
[artifact masking]
enabled: no
feathering: yes
folder path:
file name:
[miscellaneous]
play ding: no
always verbose: no
dedup threshold: 0.0
global output folder:
source indexing: no
ffmpeg options: -loglevel error -i - -hide_banner -stats -stats_period 0.15
ffplay options: -loglevel quiet -i - -autoexit -window_title smoothie.preview
[console]
stay on top: no
borderless: yes
position: top left
width: 900
height: 350
[timescale]
in: 1.0
out: 1.0
[color grading]
enabled: no
brightness: 1.0
saturation: 1.0
contrast: 1.0
[lut]
enabled: no
path:
opacity: 0.2
[pre-interp]
enabled: yes
masking: no
factor: 2x
model: C:\Users\husse\rife-v4.6
disable pre-interp
stop
typing
like
this
please
its
annoying
as
you
can
see
👍
and thats it?
yay its working
wait
THERE IS NO SOUND
ye when i run it throught smoothie the audio is gone
Add -c:a copy to your ffmpeg args
ok ill try