| ldm: | |
| config: configs/ldm_config.yaml | |
| checkpoint: checkpoints/ldm_model.pt | |
| vae: | |
| config: configs/vae_config.yaml | |
| checkpoint: checkpoints/vae_model.pt | |
| scaling_factor: 1.032 | |
| conditioning: | |
| empty_text: '' | |
| generation: | |
| seed: 42 | |
| precision: fp32 | |
| resolution: 256 | |
| batch_size: 4 | |
| sampler: | |
| type: ddim | |
| num_steps: 50 | |
| eta: 0.0 | |
| guidance_scale: 3.0 | |
| clip_denoised: false | |