We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e1723 commit edf2cb3Copy full SHA for edf2cb3
model.cpp
@@ -103,8 +103,12 @@ const char* unused_tensors[] = {
103
"model_ema.diffusion_model",
104
"embedding_manager",
105
"denoiser.sigmas",
106
- "edm_vpred.sigma_max",
107
"text_encoders.t5xxl.transformer.encoder.embed_tokens.weight", // only used during training
+ "ztsnr", // Found in some SDXL vpred models
108
+ "edm_vpred.sigma_min", // Found in CosXL
109
+ // TODO: find another way to avoid the "unknown tensor" for these two
110
+ // "edm_vpred.sigma_max", // Used to detect CosXL
111
+ // "v_pred", // Used to detect SDXL vpred models
112
"text_encoders.llm.output.weight",
113
"text_encoders.llm.lm_head.",
114
"first_stage_model.bn.",
0 commit comments