Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
Fractal Diffusion V1 Fractal diffusion is a trained model set of 40 K fractal images of 1024 kb size images that have been trained on 256 x 256 diffusion model.
|
5 |
+
|
6 |
+
custom model settings
|
7 |
+
|
8 |
+
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, }
|
9 |
+
|
10 |
+
FractalDiffusion is a custom diffusion model trained by @jags111.
|
11 |
+
|
12 |
+
It can be used to create wonderful fractal images and fractal flames by prompt or init and create some cool fractal Art.
|
13 |
+
|
14 |
+
To use it you can use FractalDiffusion as a selection in the DD version.
|
15 |
+
|
16 |
+
If you create a fun image with this model, please show your result and @jags111 #fractaldiffusion
|
17 |
+
|
18 |
+
A fractal is a pattern often found in nature. It consists of some shape or structure that repeats at different scales. If you take a fractal pattern and put it under a microscope, you might see the same thing no matter how you change the magnification level.
|
19 |
+
|
20 |
+
#fractalart #fractalartwork #fractalmanipulations #3dfractal #3dfractalart #fractaldesign #mandlebulb #mandlebulb3d
|