mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
update changelog
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user