mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-23 11:20:53 -05:00
feat: auto fit tensors across devices to guarantee optimal load (#1736)
This commit is contained in:
committed by
GitHub
parent
68f3d6df9f
commit
b11c95a41c
@@ -228,6 +228,7 @@ typedef struct {
|
||||
const char* backend;
|
||||
const char* params_backend;
|
||||
const char* split_mode; // weight distribution for multi-device modules: layer (default) or row, or per-module assignments e.g. "diffusion=row"
|
||||
bool auto_fit;
|
||||
const char* rpc_servers;
|
||||
} sd_ctx_params_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user