mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-09 06:45:09 +00:00
Update safetensors to version 0.4.4 in requirements.txt #1524
This commit is contained in:
@@ -9,6 +9,13 @@ __Please update PyTorch to 2.4.0. We have tested with `torch==2.4.0` and `torchv
|
|||||||
The command to install PyTorch is as follows:
|
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`
|
`pip3 install torch==2.4.0 torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cu124`
|
||||||
|
|
||||||
|
### Recent Updates
|
||||||
|
|
||||||
|
Aug 29, 2024:
|
||||||
|
Please update `safetensors` to `0.4.4` to fix the error when using `--resume`. `requirements.txt` is updated.
|
||||||
|
|
||||||
|
### Contents
|
||||||
|
|
||||||
- [FLUX.1 LoRA training](#flux1-lora-training)
|
- [FLUX.1 LoRA training](#flux1-lora-training)
|
||||||
- [Key Options for FLUX.1 LoRA training](#key-options-for-flux1-lora-training)
|
- [Key Options for FLUX.1 LoRA training](#key-options-for-flux1-lora-training)
|
||||||
- [Inference for FLUX.1 LoRA model](#inference-for-flux1-lora-model)
|
- [Inference for FLUX.1 LoRA model](#inference-for-flux1-lora-model)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ bitsandbytes==0.43.3
|
|||||||
prodigyopt==1.0
|
prodigyopt==1.0
|
||||||
lion-pytorch==0.0.6
|
lion-pytorch==0.0.6
|
||||||
tensorboard
|
tensorboard
|
||||||
safetensors==0.4.2
|
safetensors==0.4.4
|
||||||
# gradio==3.16.2
|
# gradio==3.16.2
|
||||||
altair==4.2.2
|
altair==4.2.2
|
||||||
easygui==0.98.3
|
easygui==0.98.3
|
||||||
|
|||||||
Reference in New Issue
Block a user