ErrLookup › Stability-AI/generative-models
Stability-AI/generative-models
Generative Models by Stability AI · Python · 60 source files
Analyzed at e8cd657656 on 2026-08-29. 37 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| -n/--name and -r/--resume cannot be specified both.If you wa | validation | error | cli, argument-validation, resume-training |
| Cannot find {} | validation | error | filesystem, cli, path-validation |
| Model {model_id} not supported | validation | error | configuration, api-misuse, model-registry |
| Model {self.model_id} could not be loaded | exception | error | model-loading, checkpoint, corrupt-file |
| unknown discretization {params.discretization} | validation | error | configuration, sampler, enum-validation |
| unknown sampler {params.sampler}! | validation | error | configuration, sampler, enum-validation |
| Unknown optimizer {optimizer_idx} | exception | error | pytorch-lightning, training-loop, optimizer |
| Sampler and loss function need to be set for training. | validation | error | configuration, training, missing-config |
| Unknown optimizer_idx {optimizer_idx} | exception | error | training-loop, optimizer, loss-function |
| Initializing ActNorm in reverse direction is disabled by def | exception | error | normalization, flow-models, training |
| rearranging not available for {len(in_shape)}-dimensional in | exception | error | python, not-implemented, shape-mismatch |
| unknown merge strategy {self.merge_strategy} | validation | error | python, config, value-error |
| Unknown loss type {self.loss_type} | exception | error | python, config, not-implemented, loss |
| provide num_res_blocks either as an int (globally constant) | validation | error | python, config, shape-mismatch, unet |
| Order {order} too high for step {i} | validation | error | python, sampling, value-error, diffusion |
| NotImplementedError | exception | error | python, not-implemented, shape-mismatch, video |
| unsupported dimensions: {dims} | validation | error | pytorch, valueerror, configuration |
| unknown merge strategy {self.merge_strategy} | validation | error | pytorch, valueerror, configuration |
| unknown merge strategy {merge_strategy} | validation | error | pytorch, valueerror, configuration |
| NotImplementedError | exception | error | pytorch, notimplementederror, api-mismatch |
| NotImplementedError | exception | error | pytorch, notimplementederror, abstract-class |
| Decay must be between 0 and 1 | validation | error | python, value-error, ema, hyperparameter |
| need either 'input_key' or 'input_keys' for embedder {embedd | exception | error | python, config, keyerror, embedder |
| NotImplementedError | exception | error | python, not-implemented, clip, config |
| unknown merge strategy {merge_strategy} | validation | error | python, value-error, merge-strategy, config |
| Expected key `target` to instantiate. | exception | critical | python, keyerror, config, instantiate |
| input has {x.ndim} dims but target_dims is {target_dims}, wh | validation | error | python, pytorch, tensor-shape, valueerror |
| NotImplementedError | exception | error | python, checkpoint, model-loading, notimplementederror |
| Could not find SGM configs in {candidates} | exception | error | python, file-not-found, packaging, config |
| Checkpoint path is deprecated, use `checkpoint_egnine` inste | console | warning | python, deprecation, pytorch-lightning, config |
| Did not find parameters for pattern {pattern_} | console | warning | python, regex, optimizer, config, pytorch |
| Parameter `lossconfig` is deprecated, use `loss_config`. | console | warning | python, deprecation, config, yaml |
| No SDP backend available, likely because you are running in | console | info | python, pytorch, performance, version-compatibility |
| no module 'xformers'. Processing without... | console | info | python, xformers, optional-dependency, performance |
| Attention mode '{attn_mode}' is not available. Falling back | console | warning | python, xformers, attention, fallback, config |
| We do not support vanilla attention anymore, as it is too ex | console | error | python, pytorch, xformers, attention, assertionerror |
| {self.__class__.__name__}: Found context dims {context_dim} | console | warning | python, configuration, deep-learning, dimension-mismatch |