Disty0 commited on
Commit
198877e
1 Parent(s): 558dd79

Update dataset/stable_cascade.py

Browse files
Files changed (1) hide show
  1. dataset/stable_cascade.py +3 -2
dataset/stable_cascade.py CHANGED
@@ -12,8 +12,9 @@ import torch.nn as nn
12
  import torch.utils.checkpoint
13
  import torchvision
14
 
15
- # Put this .py file into sd-scripts/library and run the training.
16
- # It will run 1 step and FP16 fix the model after.
 
17
 
18
  fp16_fix_save_path = "/mnt/DataSSD/AI/SoteDiffusion/Wuerstchen3"
19
 
 
12
  import torch.utils.checkpoint
13
  import torchvision
14
 
15
+ # Updated and fixed version of KBlueLeaf's FP16 fix script.
16
+ # Put this .py file into sd-scripts/library (git clone https://github.com/kohya-ss/sd-scripts -b stable-cascade)
17
+ # Run the training and it will run for 1 step, then it will FP16 fix the model and exit.
18
 
19
  fp16_fix_save_path = "/mnt/DataSSD/AI/SoteDiffusion/Wuerstchen3"
20