The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Installation Guide for Musubi Tuner Prerequisites (Windows)
Important Note: These instructions detail the installation of specific versions of CUDA, MSVC, Triton, and SageAttention using potentially unofficial builds hosted on Hugging Face. Proceed with caution and understand that these might not be the standard or officially supported methods. These steps cover the dependencies; the final step to install Musubi Tuner itself is not included here.
This guide outlines the steps to install the necessary prerequisites for potentially running Musubi Tuner, based on the provided components and links. if you have any errors write in topic in my chat --> https://t.me/neuralchatik/9586. Else DM --> https://t.me/NeuroDonu
Prerequisites:
- Windows Operating System (Windows 10 or 11 specified)
- NVIDIA GPU compatible with CUDA 12.8
- 7-Zip (or another tool capable of extracting
.7z
archives)
Step 1: Install CUDA Toolkit and Additional Components (TensorRT/cuDNN)
- Download Base CUDA Toolkit:
- Go to the NVIDIA CUDA Toolkit archive: CUDA 12.8.1 Download
- Select the options for Windows, x86_64, Version 11 (referring to Windows 11, should also work for 10), and
exe (local)
. - Download and run the installer, following the on-screen prompts for a standard installation.
- Download Additional Components:
- Navigate to this Hugging Face link: CUDA_128.7z Download
- Download the
CUDA_128.7z
file (You might need to click "Download" or look for a download button/link on the page).
- Integrate Components:
- Open File Explorer and go to the CUDA installation directory, typically:
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8
- Using 7-Zip, extract the contents of the downloaded
CUDA_128.7z
archive. - Merge the extracted files and folders into the
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8
directory. Overwrite files if prompted. This step adds the necessary TensorRT and cuDNN files according to the provided archive.
- Open File Explorer and go to the CUDA installation directory, typically:
Step 2: Install Microsoft Visual C++ (MSVC)
- Download Visual Studio Installer:
- Download the setup file from this link: VisualStudioSetup.exe Download
- Run Installer and Select Components:
- Run the downloaded
VisualStudioSetup.exe
. - In the "Workloads" tab, select "Desktop development with C++".
- In the "Installation details" pane on the right, ensure the following (and potentially others shown in the images) are selected. Refer to the provided screenshots:
- Click "Install" and wait for the process to complete.
- Run the downloaded
Step 3: Set Up Build Environment and Install Python Packages
- Open Developer Command Prompt:
- Navigate to Your Project Directory:
- In the command prompt, use the
cd
command to change to the directory where your portable Python installation is located (your "portable dir"). For example:
(Replacecd /d "C:\path\to\your\portable\"
"C:\path\to\your\portable\"
with the actual path).
- In the command prompt, use the
- Install Triton:
- (Assumption: You have a portable Python installation in a subdirectory named
python
within your current directory, anduv
is available). - If using Python 3.10:
python\python.exe -m uv pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp310-cp310-win_amd64.whl
- If using Python 3.11:
python\python.exe -m uv pip install https://huggingface.co/madbuda/triton-windows-builds/resolve/main/triton-3.0.0-cp311-cp311-win_amd64.whl
- (Assumption: You have a portable Python installation in a subdirectory named
- Add Additional Python Files:
- Download the specified zip file: python_3.11.9_comfy.zip Download (Click "Download" on the Hugging Face page).
- Extract the contents of this zip file directly into your main portable Python directory (e.g., the directory containing
python.exe
).
- Install SageAttention:
- If using Python 3.10:
python\python.exe -m uv pip install https://huggingface.co/datasets/NeuroDonu/PortableVersions/resolve/main/sageattention-2.1.1-cp310-cp310-win_amd64.whl
- If using Python 3.11:
python\python.exe -m uv pip install https://huggingface.co/datasets/NeuroDonu/PortableVersions/resolve/main/sageattention-2.1.1-cp311-cp311-win_amd64.whl
- If using Python 3.10:
Step 4: Install Musubi Tuner (Next Steps)
- The instructions above cover the installation of the dependencies (CUDA, MSVC, Triton, SageAttention) as specified in your request.
- The actual command or method to install the "musubi tuner nightly build" itself is missing from the provided information. You will need to consult the documentation or source repository for Musubi Tuner to find the correct command for installing it after completing these prerequisite steps.
- Downloads last month
- 4,534