CuteBlack commited on
Commit
9368221
·
1 Parent(s): b685012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ Open AI diffusion model that has trained on every single NSFW gay furry illustrations on e621.net that’s over the community score of 100. Excluding extreme fetishes and underage contents.
5
+
6
+ 'attention_resolutions': '32, 16, 8',
7
+ 'class_cond': False,
8
+ 'diffusion_steps': 1000,
9
+ 'rescale_timesteps': True,
10
+ 'image_size': 256,
11
+ 'learn_sigma': True,
12
+ 'noise_schedule': 'linear',
13
+ 'num_channels': 128,
14
+ 'num_heads': 4,
15
+ 'num_res_blocks': 2,
16
+ 'resblock_updown': True,
17
+ 'use_checkpoint': use_checkpoint,
18
+ 'use_fp16': True,
19
+ 'use_scale_shift_norm': True