mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-31 15:20:41 -05:00
chore: silence narrowing conversion warnings (#1717)
This commit is contained in:
@@ -913,8 +913,7 @@ std::string convert_diffusers_to_original_wan_vae(std::string name) {
|
||||
if (name.find(".residual.") != std::string::npos) {
|
||||
replace_with_name_map(name, resnet_name_map);
|
||||
}
|
||||
|
||||
|
||||
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user