update changelog

This commit is contained in:
Vladimir Mandic
2023-12-11 19:46:47 -05:00
parent e2213a49e0
commit a6cb38acf1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@
- **Schedulers**
- add timesteps range, changing it will make scheduler to be over-complete or under-complete
- add rescale betas with zero SNR option (applicable to Euler and DDIM, allows for higher dynamic range)
- **Custom Pipelines** contribute by adding your own custom pipelines!
- for details, see fully documented example: <https://github.com/vladmandic/automatic/blob/dev/scripts/example.py>
- **General**
- **Process** create videos from batch or folder processing
supports *GIF*, *PNG* and *MP4* with full interpolation, scene change detection, etc.
+1 -1
View File
@@ -34,7 +34,7 @@ img2img = False
# some pipelines may not support this, in which case set to false and pipeline will implicitly do things like vae encode/decode on its own
latent = True
# class from which this pipeline is derived, most commonly 'StableDiffusionPipeline' or 'StableDiffusionXLPipeline'
# base pipeline class from which this pipeline is derived, most commonly 'StableDiffusionPipeline' or 'StableDiffusionXLPipeline'
pipeline_base = 'StableDiffusionPipeline'
# class definition for this pipeline