mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-08-06 10:10:40 -05:00
feat: add hidream o1 image support (#1485)
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
scale_factor = 16;
|
||||
} else if (sd_version_uses_flux2_vae(version)) {
|
||||
scale_factor = 16;
|
||||
} else if (version == VERSION_CHROMA_RADIANCE) {
|
||||
} else if (version == VERSION_CHROMA_RADIANCE || version == VERSION_HIDREAM_O1) {
|
||||
scale_factor = 1;
|
||||
}
|
||||
return scale_factor;
|
||||
|
||||
Reference in New Issue
Block a user