awqwqwq/foooocus4
0
1You can modify your "/content/Fooocus/config.txt" using the below keys, formats, and examples.2Do not modify this file. Modifications in this file will not take effect.3This file is a tutorial and example. Please edit "/content/Fooocus/config.txt" to really change any settings.4Remember to split the paths with "\\" rather than "\", and there is no "," before the last "}". 5 6 7{8 "path_checkpoints": "/content/Fooocus/models/checkpoints",9 "path_loras": "/content/Fooocus/models/loras",10 "path_embeddings": "/content/Fooocus/models/embeddings",11 "path_vae_approx": "/content/Fooocus/models/vae_approx",12 "path_upscale_models": "/content/Fooocus/models/upscale_models",13 "path_inpaint": "/content/Fooocus/models/inpaint",14 "path_controlnet": "/content/Fooocus/models/controlnet",15 "path_clip_vision": "/content/Fooocus/models/clip_vision",16 "path_fooocus_expansion": "/content/Fooocus/models/prompt_expansion/fooocus_expansion",17 "path_outputs": "/content/Fooocus/outputs",18 "default_model": "juggernautXL_version6Rundiffusion.safetensors",19 "default_refiner": "None",20 "default_refiner_switch": 0.5,21 "default_loras": [22 [23 "sd_xl_offset_example-lora_1.0.safetensors",24 0.125 ],26 [27 "None",28 1.029 ],30 [31 "None",32 1.033 ],34 [35 "None",36 1.037 ],38 [39 "None",40 1.041 ]42 ],43 "default_cfg_scale": 4.0,44 "default_sample_sharpness": 2.0,45 "default_sampler": "dpmpp_2m_sde_gpu",46 "default_scheduler": "karras",47 "default_styles": [48 "Fooocus V2",49 "Fooocus Enhance",50 "Fooocus Sharp"51 ],52 "default_prompt_negative": "",53 "default_prompt": "",54 "default_performance": "Speed",55 "default_advanced_checkbox": false,56 "default_image_number": 2,57 "checkpoint_downloads": {58 "juggernautXL_version6Rundiffusion.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_version6Rundiffusion.safetensors"59 },60 "lora_downloads": {61 "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"62 },63 "embeddings_downloads": {},64 "available_aspect_ratios": [65 "704*1408",66 "704*1344",67 "768*1344",68 "768*1280",69 "832*1216",70 "832*1152",71 "896*1152",72 "896*1088",73 "960*1088",74 "960*1024",75 "1024*1024",76 "1024*960",77 "1088*960",78 "1088*896",79 "1152*896",80 "1152*832",81 "1216*832",82 "1280*768",83 "1344*768",84 "1344*704",85 "1408*704",86 "1472*704",87 "1536*640",88 "1600*640",89 "1664*576",90 "1728*576"91 ],92 "default_aspect_ratio": "1152*896",93 "default_inpaint_engine_version": "v2.6",94 "default_cfg_tsnr": 7.0,95 "default_overwrite_step": -1,96 "default_overwrite_switch": -1,97 "example_inpaint_prompts": [98 "highly detailed face",99 "detailed girl face",100 "detailed man face",101 "detailed hand",102 "beautiful eyes"103 ]104}