mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-09-24 20:20:37 +00:00
fix: avoid narrowing conversion in SigVQ patch embedding and format code
This commit is contained in:
parent
187b2561ea
commit
b56c68617d
@ -265,7 +265,7 @@ namespace LLaDAImageTE {
|
|||||||
|
|
||||||
struct SigVQConfig {
|
struct SigVQConfig {
|
||||||
int64_t image_size = 2048;
|
int64_t image_size = 2048;
|
||||||
int64_t patch_size = 16;
|
int patch_size = 16;
|
||||||
int64_t in_channels = 3;
|
int64_t in_channels = 3;
|
||||||
int64_t hidden_size = 1536;
|
int64_t hidden_size = 1536;
|
||||||
int64_t intermediate_size = 6144;
|
int64_t intermediate_size = 6144;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user