Replies: 5 comments 2 replies
-
see also config_modification_tutorial to find a key to remove or add or change what model to download |
Beta Was this translation helpful? Give feedback.
-
Add these lines to the end of your config file
and don't forget to add a comma |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, none of the above solutions work |
Beta Was this translation helpful? Give feedback.
-
Just a thought here...but if you are using a preset, there's a section in the preset's json that includes the default models specific to the preset. Could it be that when you load the preset's json with --preset, it might be passing the model download data to the launcher? I've created a number of custom presets and styles, but I have never edited my .config file so I'm guessing on this one. I do know that when I create a custom .json for my presets, I can change the the entries for the defaults and it works perfectly (so far) without a hitch. I know this is an older post...not trying to necrobump, but it seems that the issue is persisting for some. |
Beta Was this translation helpful? Give feedback.
-
This seems like a valid concern, especially since there is a Juggernaut XL v8 (I understand they all produce different outputs). |
Beta Was this translation helpful? Give feedback.
-
Despite editing the config.txt file for both default model directory and default launch model, at boot up Fooocus still tries to download the default JuggernaughtXL checkpoint. It seems it want to download the model and put it in my default location. My config file looks like this :
{
"path_checkpoints": "C:\StableDiffusion\stable-diffusion-webui\models\Stable-diffusion",
"path_loras": "D:\Fooocus\Fooocus\models\loras",
"path_embeddings": "D:\Fooocus\Fooocus\models\embeddings",
"path_vae_approx": "D:\Fooocus\Fooocus\models\vae_approx",
"path_upscale_models": "D:\Fooocus\Fooocus\models\upscale_models",
"path_inpaint": "D:\Fooocus\Fooocus\models\inpaint",
"path_controlnet": "D:\Fooocus\Fooocus\models\controlnet",
"path_clip_vision": "D:\Fooocus\Fooocus\models\clip_vision",
"path_fooocus_expansion": "D:\Fooocus\Fooocus\models\prompt_expansion\fooocus_expansion",
"path_outputs": "D:\Fooocus\Fooocus\outputs",
"default_model": "XLPhotorealisticPortrait_v0791Bakedvae.safetensors"
}
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions