Skip to content

Commit

Permalink
replace outputs without link
Browse files Browse the repository at this point in the history
  • Loading branch information
kalazus committed Feb 9, 2024
1 parent 7f51f93 commit 9ae6a20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions scripts/config.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"path_checkpoints": "/content/app/models/checkpoints",
"path_loras": "/content/app/models/loras",
"path_embeddings": "/content/app/models/embeddings",
"path_vae_approx": "/content/app/models/vae_approx",
"path_upscale_models": "/content/app/models/upscale_models",
"path_inpaint": "/content/app/models/inpaint",
"path_controlnet": "/content/app/models/controlnet",
"path_clip_vision": "/content/app/models/clip_vision",
"path_fooocus_expansion": "/content/app/models/prompt_expansion/fooocus_expansion",
"path_outputs": "/content/app/outputs"
}
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
linkdir models

# outputs
linkdir outputs
sed -i -e "s+$ORIGINALDIR/outputs+$DATADIR/outputs+g" $ORIGINALDIR/config.txt

# Start application
cd $ORIGINALDIR
Expand Down

0 comments on commit 9ae6a20

Please sign in to comment.