Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Support loading textual inversion embeddings from safetensors files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add fallback for when quick model creation fails
|
|
prevent .vae.safetensors files from being listed as stable diffusion models
|
|
to speedup creating sd model from config
|
|
|
|
|
|
|
|
|
|
|
|
Implements variable dropout rate from #4549
Fixes hypernetwork multiplier being able to modified during training, also fixes user-errors by setting multiplier value to lower values for training.
Changes function name to match torch.nn.module standard
Fixes RNG reset issue when generating previews by restoring RNG state
|
|
allow model load if previous model failed
|
|
|
|
|
|
enabled
|
|
Implement API get-memory
|
|
|
|
|
|
|
|
|
|
instances of Protocol in code
add some whitespace between functions to be in line with other code in the repo
|
|
Add fallback for Protocol import
|
|
|
|
Add support for loading VAEs from safetensors files
|
|
add a visual effect to inactive hires fix elements
|
|
|
|
Fix training for newer PyTorch builds
|
|
remove calls to locals()
add a test for img2img with script
|
|
Run scripts from API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|