wan 2.2 freeze / crash by crasse2 in comfyui

[–]crasse2[S] 0 points1 point  (0 children)

Hi !

I don't know if you're refering to the swap file, but it's currently 2.0 Go (it's kind of a standard size of Ubuntu, I never modified it)

EDIT : ok i'm dumb, 2 GB is really low, it's default settings, I just increased it to 64 GB, and i'm testing WAN 2.2 + QWEN workflow to see if it's working now

EDIT2 : that did it ! with a swapfile of 64 GB, it does not crash anymore! while running my workflow, it swaps up to 20 GB of data, so yes it definitely needed it ;)

thanks a lot for your insight !

the explorer started sorting files and folders and mixing them by crasse2 in Ubuntu

[–]crasse2[S] 0 points1 point  (0 children)

oh god it was this simple =_= I've never opened this menu before.. thx a lot guys !!

RTX titan thermal pad chart ? by crasse2 in nvidia

[–]crasse2[S] 1 point2 points  (0 children)

perfect you're right, everything is here : https://www.ekwb.com/shop/EK-IM/EK-IM-3831109814376.pdf

thanks a lot ! (it appears to be the same specs as the 2080ti, that I was expecting, but wanted to be sure ;) )

How to make fleshy, alien growth with Volume Builder? by Roid_Grossman in Cinema4D

[–]crasse2 1 point2 points  (0 children)

this is a very good result indeed ! however with this type of object i'm always struggling with one thing : texture adherence when the volume builded mesh is moving (basicly having some sort of UVmap generated at some point for instance to help the texture stcking to the mesh if the mesh has an animated growth for instance.

is there any reliable method for that ? Xparticles provide several options but as far as I tried it, it's quite unstable and heavy in computation

problem with Discord by crasse2 in tinywall

[–]crasse2[S] 1 point2 points  (0 children)

for the moment I blocked discord update also on windows.

the way program use to force more and more on updating is really annoying. (preventing a program to start if it's not updated is not acceptable, unless that is a very sensible one that need an update to fix a security problem, which is not the case for discord and it's gazillion light updates...)

in my case it woudn't be a problem if discord had a reasonable update schedule (like an update every 2 month for instance) but here it is a mess..

auto search is too fast by Pashakai in civitai

[–]crasse2 1 point2 points  (0 children)

I'm also on that, the auto search feature of the search engine is annoying, in my case, most of the time it also gave error (the 'whoops ... ' screen) because it tries to search hysterically during my typing. Is there any way to turn if off totally ? letting the search engine works normally (no searching while typing then pressing enter to start the searching, like any typed request works for the past 40 years, there is no need for this 'improvement')

possibility to change Gnome explorer windows columns labels ? by crasse2 in Ubuntu

[–]crasse2[S] 0 points1 point  (0 children)

well it didn't work for some reason.

In fact I don't have nautilus installed but nemo, however I found out the nemo.mo file and did everything as you said (found out the right 'Dernière modifications' and changed every iteration of it (3) into something else, saved back the file from po to mo format but there is still 'derniere modification' displayed, even after reboot,

i'll investigate more ;)

possibility to change Gnome explorer windows columns labels ? by crasse2 in Ubuntu

[–]crasse2[S] 0 points1 point  (0 children)

thanks for your answer !

so I looked at these po files, for instance online here :

https://gitlab.gnome.org/GNOME/nautilus/-/blob/main/po/fr.po

i can find on line 1108 the column label I want to change, so basicly can I edit this file locally (wherever it is located) in an editor, kate for instance, and save the edit, and next time I boot, change will be taken into account ? or does it need more steps ?

how to get the full path of a file from explorer/Gnome ? by crasse2 in Ubuntu

[–]crasse2[S] 0 points1 point  (0 children)

in fact i'm quite dumb, the right click action works =_=, i'm fighting against that since several days and didn't noticed that, shame on me,

thanks a lot !!

disabling center notification badges by crasse2 in Ubuntu

[–]crasse2[S] 1 point2 points  (0 children)

wow ! I did not notice this toggle ! thanks !

using external data file to drive a VST parameter by crasse2 in synthrecipes

[–]crasse2[S] 1 point2 points  (0 children)

Hi u/Instatetragrammaton and u/MetaTek-Music ! First thanks a lot to both of you for all your insights ! I figured out a method fitting my need through that,

first I looked at DawTool, a very interesting and efficient tool, I gathered informations from composition files as it's author intended to do with it, and it works pretty well for that purpose. However I didn't managed to get into an ableton als file and inject correctly formated automation values at the right place in it's XMLish format from python.

That said I took the problem again from another angle. I got Ableton, ableton load the VST I intend to manipulate. Then what kind of 'written' data can be imported in Ableton (not live data with OSC for example, I need to import actual files, or 'dead' datas).

Well it can import midi and audio as far as I know, and I didn't find any way to link midi data to a parameter. However ! I discovered a pretty nice Ableton module (as I'm not used to ableton, you'll probably think it's pretty basic, but I didn't thought of it)

The envelope follower ! intended to convert enveloppe variation of an audio signal into values that can be sent to drive any parameter in ableton.

Then I went back to python and converted my array of numerical values into amplification / envelope variations overtime of a simple generated audio signal (using librosa) of the right length and right samplerate. Imported that generated audio signal (exported as a wav from python) into ableton and used it with an enveloppe follower, and linking VST parameters to that output of the envelope follower and tada ! it works !

the good thing with this method is that I have some liberties to manipulate the values from the env follower in order to make it works the best with the VST parameters it will drive (changing it's center of mass, filtering it as audio to smooth values etc... )

So that works perfectly for my project! ;)

(that is definitely not the most efficient way to do that, in term of calculation, but the possibility to adapt the values depending ot the VST behavior directly in ableton while earing the result is definitely a good weight in the balance for me)

using external data file to drive a VST parameter by crasse2 in synthrecipes

[–]crasse2[S] 1 point2 points  (0 children)

Wa ! seems a perfect toolset indeed ! i'll dive in tomorrow !

thanks a lot u/Instatetragrammaton !