CoolFace
Modelpublic

Feiart/FeiArt-Handpainted-CG-Diffusion

sourceHugging Faceccupdated 4y agoView on Hugging Face
2likes
Model Card

FeiArt Handpainted CG Diffusion is a custom diffusion model trained by @FeiArt_AiArt.

It can be used to create Handpainted CG style images.

To use it,you can use FeiArt_Handpainted CG Diffusion

If you create a fun image with this model, please show your result and @FeiArt_AiArt

Or you can join the FeiArt Diffusion Discord Share your work created with this model. Exchange experiences and parameters. And see more custom diffusion models

modelconfig.update({ 'attentionresolutions': '32,16,8', 'classcond': False, 'diffusionsteps': 1000, 'rescaletimesteps': True, 'timesteprespacing': 'ddim100', 'imagesize': 512, 'learnsigma': True, 'noiseschedule': 'linear', 'numchannels': 256, 'numheadchannels': 64, 'numresblocks': 2, 'resblockupdown': True, 'usecheckpoint': usecheckpoint, 'usefp16': True, 'usescaleshift_norm': True,

and change the model.load to below model.loadstatedict(torch.load(custompath, maplocation='cpu'), strict=False)