| sd_convert | R Documentation |
Convert model to different quantization format
sd_convert(
input_path,
output_path,
output_type = SD_TYPE$F16,
vae_path = NULL,
tensor_type_rules = NULL
)
input_path |
Path to input model file |
output_path |
Path for output model file |
output_type |
Target quantization type (see |
vae_path |
Optional path to separate VAE model |
tensor_type_rules |
Optional tensor type rules string |
TRUE on success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.