CoolFace
Apppublic

SovietCat/Stable-Diffusion-2

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
config.json14 linesDownload Raw Back to root
1{2    "sd_model_checkpoint": "anything-v4.5-pruned.ckpt",3    "sd_vae": "anything-v4.0.vae.pt",4    "show_progress_every_n_steps": 2,5    "live_preview_content": "Combined",6    "quicksettings_list": [7        "sd_model_checkpoint",8        "sd_vae",9        "CLIP_stop_at_last_layers",10        "ESRGAN_tile",11        "code_former_weight",12        "token_merging_ratio"13    ]14}