Module preset

Module preset 

Source
Expand description

Presets that automatically download models from https://huggingface.co/

Structs§

ChromaRadianceWeightConvertError
An error type used for converting from WeightType to ChromaRadianceWeight.
ChromaWeightConvertError
An error type used for converting from WeightType to ChromaWeight.
DiffInstructStarWeightConvertError
An error type used for converting from WeightType to DiffInstructStarWeight.
Flux1MiniWeightConvertError
An error type used for converting from WeightType to Flux1MiniWeight.
Flux1WeightConvertError
An error type used for converting from WeightType to Flux1Weight.
Flux2WeightConvertError
An error type used for converting from WeightType to Flux2Weight.
NitroSDRealismWeightConvertError
An error type used for converting from WeightType to NitroSDRealismWeight.
NitroSDVibrantWeightConvertError
An error type used for converting from WeightType to NitroSDVibrantWeight.
OvisImageWeightConvertError
An error type used for converting from WeightType to OvisImageWeight.
PresetBuilder
Builder for PresetConfig.
PresetConfig
Helper struct for ConfigBuilder
QwenImageWeightConvertError
An error type used for converting from WeightType to QwenImageWeight.
SSD1BWeightConvertError
An error type used for converting from WeightType to SSD1BWeight.
ZImageTurboWeightConvertError
An error type used for converting from WeightType to ZImageTurboWeight.

Enums§

ChromaRadianceWeight
Model weight types
ChromaWeight
Model weight types
DiffInstructStarWeight
Model weight types
Flux1MiniWeight
Model weight types
Flux1Weight
Model weight types
Flux2Weight
Model weight types
NitroSDRealismWeight
Model weight types
NitroSDVibrantWeight
Model weight types
OvisImageWeight
Model weight types
Preset
Models ready to use
QwenImageWeight
Model weight types
SSD1BWeight
Model weight types
WeightType
Model weight types
ZImageTurboWeight
Model weight types

Type Aliases§

Configs
Returned by PresetBuilder::build
ConfigsBuilder
Configs tuple used by crate::modifier
Modifier
Helper functions that modifies the ConfigBuilder See crate::modifier