Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,32 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
Floral Diffusion V1
|
5 |
-
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
Floral Diffusion V1
|
5 |
+
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.
|
6 |
+
|
7 |
+
custom model settings
|
8 |
+
|
9 |
+
model_config.update({
|
10 |
+
'attention_resolutions': '16',
|
11 |
+
'class_cond': False,
|
12 |
+
'diffusion_steps': 1000,
|
13 |
+
'rescale_timesteps': True,
|
14 |
+
'timestep_respacing': 'ddim100',
|
15 |
+
'image_size': 256,
|
16 |
+
'learn_sigma': True,
|
17 |
+
'noise_schedule': 'linear',
|
18 |
+
'num_channels': 128,
|
19 |
+
'num_head_channels': 64,
|
20 |
+
'num_res_blocks': 2,
|
21 |
+
'resblock_updown': True,
|
22 |
+
'use_checkpoint': use_checkpoint,
|
23 |
+
'use_fp16': True,
|
24 |
+
'use_scale_shift_norm': False,
|
25 |
+
}
|
26 |
+
|
27 |
+
FloralDiffusion is a custom diffusion model trained by @jags111.
|
28 |
+
|
29 |
+
It can be used to create wonderful floral styled images.
|
30 |
+
|
31 |
+
To use it you can use FloralDiffusion as a selection in the DD version.
|
32 |
+
|
33 |
+
If you create a fun image with this model, please show your result and @jags111 #floraldiffusion
|