|
--- |
|
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 |
|
|