-
Notifications
You must be signed in to change notification settings - Fork 5
Model Training ‐ Comparison ‐ [Clip Skip]
Models | Logs | Graphs | Configs
Clip Skip (CS) determines which layer from the end of the CLIP model vectors will be sent to the U-Net. There are a total of 12 layers, and by default, the vectors are sent from the last layer. However, in leaked Novel AI checkpoint, the vectors are sent from the second-to-last layer. Due to the merging of this checkpoint with many others, CS = 2 went around the world.
That's what the guides, documentation and Google say. However, even if we try to change CS at the base SD1.5 checkpoint, it will still influence the result, although it would seem that it should not.




Compared values:
-
1-D, -
2-B.
DLR(step)


Loss(epoch)


Neither DLR nor loss are affected.
The grids will be a little unusual this time: we will set CS not only when training the model, but also when generating images.












It seems that the difference is not significant, but I prefer to use 2 both during training and generation.
- Introduction
- Examples
- Dataset Preparation
- Model Training ‐ Introduction
- Model Training ‐ Basics
- Model Training ‐ Comparison - Introduction
Short Way
Long Way
- Model Training ‐ Comparison - [Growth Rate]
- Model Training ‐ Comparison - [Betas]
- Model Training ‐ Comparison - [Weight Decay]
- Model Training ‐ Comparison - [Bias Correction]
- Model Training ‐ Comparison - [Decouple]
- Model Training ‐ Comparison - [Epochs x Repeats]
- Model Training ‐ Comparison - [Resolution]
- Model Training ‐ Comparison - [Aspect Ratio]
- Model Training ‐ Comparison - [Batch Size]
- Model Training ‐ Comparison - [Network Rank]
- Model Training ‐ Comparison - [Network Alpha]
- Model Training ‐ Comparison - [Total Steps]
- Model Training ‐ Comparison - [Scheduler]
- Model Training ‐ Comparison - [Noise Offset]
- Model Training ‐ Comparison - [Min SNR Gamma]
- Model Training ‐ Comparison - [Clip Skip]
- Model Training ‐ Comparison - [Precision]
- Model Training ‐ Comparison - [Number of CPU Threads per Core]
- Model Training ‐ Comparison - [Checkpoint]
- Model Training ‐ Comparison - [Regularisation]
- Model Training ‐ Comparison - [Optimizer]