mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
update for torchvision
This commit is contained in:
@@ -4,7 +4,10 @@ This repository contains training, generation and utility scripts for Stable Dif
|
|||||||
|
|
||||||
This feature is experimental. The options and the training script may change in the future. Please let us know if you have any idea to improve the training.
|
This feature is experimental. The options and the training script may change in the future. Please let us know if you have any idea to improve the training.
|
||||||
|
|
||||||
__Please update PyTorch to 2.4.0. We have tested with PyTorch 2.4.0 with CUDA 12.4. We also updated `accelerate` to 0.33.0 just to be safe. `requirements.txt` is also updated, so please update the requirements.__
|
__Please update PyTorch to 2.4.0. We have tested with `torch==2.4.0` and `torchvision==0.19.0` with CUDA 12.4. We also updated `accelerate` to 0.33.0 just to be safe. `requirements.txt` is also updated, so please update the requirements.__
|
||||||
|
|
||||||
|
The command to install PyTorch is as follows:
|
||||||
|
`pip3 install torch==2.4.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cu124`
|
||||||
|
|
||||||
Aug 14, 2024: Sample image generation during training is now supported. Specify options such as `--sample_prompts` and `--sample_every_n_epochs`. It will be very slow when `--split_mode` is specified.
|
Aug 14, 2024: Sample image generation during training is now supported. Specify options such as `--sample_prompts` and `--sample_every_n_epochs`. It will be very slow when `--split_mode` is specified.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user