File size: 1,065 Bytes
e4ea4eb 83d44ab 3117c7b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: mit
---
Floral Diffusion V1
Floral diffusion is a trained model set of 10 K floral sets of 512 kb size images that have been trained on 256 x 256 diffusion model.
custom model settings
model_config.update({
'attention_resolutions': '16',
'class_cond': False,
'diffusion_steps': 1000,
'rescale_timesteps': True,
'timestep_respacing': 'ddim100',
'image_size': 256,
'learn_sigma': True,
'noise_schedule': 'linear',
'num_channels': 128,
'num_head_channels': 64,
'num_res_blocks': 2,
'resblock_updown': True,
'use_checkpoint': use_checkpoint,
'use_fp16': True,
'use_scale_shift_norm': False,
}
FloralDiffusion is a custom diffusion model trained by @jags111.
It can be used to create wonderful floral styled images.
To use it you can use FloralDiffusion as a selection in the DD version.
If you create a fun image with this model, please show your result and @jags111 #floraldiffusion
|