Web UI上部のSettingsタブを開き、左下からAdditional Networksを選び、Metadata to showにカンマ区切りで項目名を指定してください(ss_learning_rate, ss_num_epochsのような感じになります)。使える値はAdditional NetworksのNetwork metadata欄にある値です。
git clone https://github.com/bmaltais/kohya_ss.git cd kohya_ss docker compose create docker compose build docker compose run --service-ports kohya-ss-gui Note: The initial run may take up to 20 minutes to complete. Please be aware of the following limitations when using Docker: All tr...
git clone https://github.com/bmaltais/kohya_ss.git cd kohya_ss docker compose build docker compose run --service-ports kohya-ss-gui Note: The initial run may take up to 20 minutes to complete. Please be aware of the following limitations when using Docker: All training data must be ...
Install flash attention v2 for acceleration (requires CUDA 11.8 or above) python -m pip install ninja python -m pip install git+https://github.com/Dao-AILab/flash-attention.git@v2.6.3 In case of running into float point exception(core dump) on the specific GPU type, you may try the ...
git clone https://github.com/kohya-ss/sd-scripts.git cd sd-scripts python-m venv venv .\venv\Scripts\activate pip install torch==2.1.2torchvision==0.16.2--index-url https://download.pytorch.org/whl/cu118 pip install--upgrade-r requirements.txt pip install xformers==0.0.23.post1--ind...
master .vscode bitsandbytes_windows examples finetune library networks presets tools v2_inference .gitignore LICENSE.md README-ja.md README.md dreambooth_gui.py fine_tune.py fine_tune_README.md fine_tune_README_ja.md finetune_gui.py gen_img_diffusers.py gui.bat gui.ps1 kohya_gui.py...
git clone -b sdxl-dev https://github.com/bmaltais/kohya_ss.git install torch #cu117 conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia #cu118 conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia ...
Explore the GitHub Discussions forum for kohya-ss sd-scripts. Discuss code, ask questions & collaborate with the developer community.
Issues: kohya-ss/sd-scriptsLabels 10 Milestones 0 New issue Clear current search query, filters, and sorts 0 Open 0 Closed Author Label Projects Milestones Assignee Sort No results matched your search. You could search all of GitHub or try an advanced search....
git clone https://github.com/bmaltais/kohya_ss.git cd kohya_ss # May need to chmod +x ./setup.sh if you're on a machine with stricter security. # There are additional options if needed for a runpod environment. # Call 'setup.sh -h' or 'setup.sh --help' for more information...