Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
-
Fractal Diffusion V1
|
5 |
|
6 |
-
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
-
|
11 |
|
12 |
-
It
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
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
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
<b> Fractal Diffusion V1 </b>
|
5 |
|
6 |
+
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.
|
7 |
|
8 |
+
Fractal Diffusion is a custom diffusion model trained by @jags111.
|
9 |
+
|
10 |
+
It can be used to create wonderful fractal images and fractal flames by prompt or init image and create some cool fractal Art.
|
11 |
+
|
12 |
+
To use it you can use "fractaldiffusion" as a selection in the DD 5.6 version.
|
13 |
+
|
14 |
+
If you create a fun image with this model, please show your result and <a href="https://twitter.com/jags111"> @jags111 </a> #fractaldiffusion
|
15 |
|
16 |
+
A fractal is a pattern often found in nature.
|
17 |
|
18 |
+
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 |
+
Fractal Image are normally produced with Mandelbulb3D (MB3D) , Mandelbulber V2.8 and other fractal software like JWildfire.
|
21 |
+
|
22 |
+
<b> custom model settings </b>
|
23 |
+
|
24 |
+
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, }
|
25 |
|
26 |
+
Support us in Patreon for more future models and new versions of AI notebooks.
|
27 |
|
28 |
+
- Explore same <a href="https://www.patreon.com/jags111"> [patreon]</a>
|
29 |
|
|
|
30 |
|
31 |
#fractalart #fractalartwork #fractalmanipulations #3dfractal #3dfractalart #fractaldesign #mandlebulb #mandlebulb3d
|