Spoiler allert the solution was to target CUDA 11.8 (PyTorch 2.2.0+)
- Make sure you have git, git-lfs, mesa and CUDA-11-8 installed at a OS level
sudo apt install git git-lfs cuda-11-8 mesa-utils mesa-common-dev libegl1-mesa-dev libgles2-mesa-dev
Spoiler allert the solution was to target CUDA 11.8 (PyTorch 2.2.0+)
sudo apt install git git-lfs cuda-11-8 mesa-utils mesa-common-dev libegl1-mesa-dev libgles2-mesa-dev
As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874
items)
Note: This script only tested in the latest version of Chrome.
run.js
)// See image comparison https://imgur.com/a/9L2P7GJ | |
// Read details https://iolite-engine.com/blog_posts/minimal_agx_implementation | |
// Usage: | |
// 1. Open "Project Settings" and change "Working Color Space" to "sRGB / Rec709" | |
// 2. Open `Engine\Shaders\Private\PostProcessTonemap.usf` file | |
// 3. Find `half3 OutDeviceColor = ColorLookupTable(FinalLinearColor);` line | |
// 4. Replace it with `half3 OutDeviceColor = ApplyAgX(FinalLinearColor);` line | |
// 5. Find `half3 ColorLookupTable( half3 LinearColor )` function | |
// 6. After the scope of the function, add the code below and run `RecompileShaders Changed` from console |
conda-installer.exe /InstallationType=JustMe /AddToPath=1 /S /RegisterPython=1 /D=%cd%\conda_install