Downloads · 30 days
0
thegenerativegeneration/ukiyoe-diffusion-256
ukiyoe-diffusion-256 is a machine learning model from thegenerativegeneration. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
If you make something using these models, you're welcome to mention me @thegenerativegeneration
Downloads · 30 days
0
Access
Public
Updated Jul 23, 2022
Repo size
1.5 GB
Likes
1
Public
Click a slice to open those files.
.pt1.5 GB · 100%
From the Hugging Face model README
If you make something using these models, you're welcome to mention me @thegenerativegeneration
Named by dataset used. Current and best version is models/ukiyoe-all/v1/ema_0.9999_056000.pt
models/ukiyoe-all/v1/ema_0.9999_056000.pt
Model configuration is:
model_config = {
'attention_resolutions': '32, 16, 8',
'class_cond': False,
'image_size': 256,
'learn_sigma': True,
'rescale_timesteps': True,
'noise_schedule': 'linear',
'num_channels': 128,
'num_heads': 4,
'num_res_blocks': 2,
'resblock_updown': True,
'use_checkpoint': True,
'use_fp16': True,
'use_scale_shift_norm': True,
}
If you make something nice using these models, I would like to link your image.


Trained from scratch on a ~170000 images corpus of ukiyo-e.org filtered by colorfulness >= 5.
models/ukiyoe-few/v1/ukiyoe_diffusion_256_022000.pt
Finetuned on 5224 images from Wikiart (1168) and ? ().
Model configuration is
model_config = {
'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_heads': 1,
'num_res_blocks': 2,
'use_checkpoint': True,
'use_scale_shift_norm': False
}
Trained using a fork of guided-diffusion-sxela. Added random crop which did not lead to good results.