Last active
March 16, 2024 15:59
-
-
Save adumont/8bcd48a4737ac8f47638c2ceafd05a3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"path_checkpoints": "/content/Fooocus/models/checkpoints", | |
"path_loras": "/content/Fooocus/models/loras", | |
"path_embeddings": "/content/Fooocus/models/embeddings", | |
"path_vae_approx": "/content/Fooocus/models/vae_approx", | |
"path_upscale_models": "/content/Fooocus/models/upscale_models", | |
"path_inpaint": "/content/Fooocus/models/inpaint", | |
"path_controlnet": "/content/Fooocus/models/controlnet", | |
"path_clip_vision": "/content/Fooocus/models/clip_vision", | |
"path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion", | |
"path_outputs": "/content/Fooocus/outputs", | |
"default_model": "juggernautXL_version6Rundiffusion.safetensors", | |
"default_refiner": "None", | |
"default_refiner_switch": 0.5, | |
"default_loras": [ | |
[ | |
"sd_xl_offset_example-lora_1.0.safetensors", | |
0.1 | |
], | |
[ | |
"None", | |
1.0 | |
], | |
[ | |
"None", | |
1.0 | |
], | |
[ | |
"None", | |
1.0 | |
], | |
[ | |
"None", | |
1.0 | |
] | |
], | |
"default_cfg_scale": 4.0, | |
"default_sample_sharpness": 2.0, | |
"default_sampler": "dpmpp_2m_sde_gpu", | |
"default_scheduler": "karras", | |
"default_styles": [ | |
"Fooocus V2", | |
"Fooocus Enhance", | |
"Fooocus Sharp" | |
], | |
"default_prompt_negative": "hands, hand, finger, fingers deformities, wrong, ugly, earring, earrings", | |
"default_prompt": "", | |
"default_performance": "Quality", | |
"default_advanced_checkbox": true, | |
"default_max_image_number": 32, | |
"default_image_number": 4, | |
"checkpoint_downloads": { | |
"juggernautXL_version6Rundiffusion.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_version6Rundiffusion.safetensors" | |
}, | |
"lora_downloads": { | |
"sd_xl_offset_example-lora_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors" | |
}, | |
"embeddings_downloads": {}, | |
"available_aspect_ratios": [ | |
"704*1408", | |
"704*1344", | |
"768*1344", | |
"768*1280", | |
"832*1216", | |
"832*1152", | |
"896*1152", | |
"896*1088", | |
"960*1088", | |
"960*1024", | |
"1024*1024", | |
"1024*960", | |
"1088*960", | |
"1088*896", | |
"1152*896", | |
"1152*832", | |
"1216*832", | |
"1280*768", | |
"1344*768", | |
"1344*704", | |
"1408*704", | |
"1472*704", | |
"1536*640", | |
"1600*640", | |
"1664*576", | |
"1728*576" | |
], | |
"default_aspect_ratio": "896*1152", | |
"default_inpaint_engine_version": "v2.6", | |
"default_cfg_tsnr": 7.0, | |
"default_overwrite_step": -1, | |
"default_overwrite_switch": -1, | |
"example_inpaint_prompts": [ | |
"highly detailed face", | |
"detailed girl face", | |
"detailed man face", | |
"detailed hand", | |
"beautiful eyes" | |
], | |
"default_save_metadata_to_images": true, | |
"default_metadata_scheme": "fooocus", | |
"metadata_created_by": "mashb1t" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment