Skip to content

Commit

Permalink
Update Fooocus_extend_wo_update.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fikfikkk authored Aug 4, 2024
1 parent 8e4c791 commit ad7f33b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Fooocus_extend_wo_update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"source": [
"# @markdown # Select profile of Fooocus and start/restart\n",
"\n",
"Fooocus_Profile = \"realistic\" #@param [\"default\", \"realistic\", \"anime\"]\n",
"Fooocus_Profile = \"pony_v6\" #@param [\"default\", \"realistic\", \"pony_v6\", \"anime\"]\n",
"Fooocus_Theme = \"dark\" #@param [\"dark\", \"light\"]\n",
"Tunnel = \"gradio\" #@param [\"gradio\", \"cloudflared\"]\n",
"\n",
Expand Down Expand Up @@ -53,6 +53,8 @@
" profile=\"\"\n",
"if Fooocus_Profile=='realistic':\n",
" profile=\"--preset realistic\"\n",
"if Fooocus_Profile=='pony_v6':\n",
" profile=\"--preset pony_v6\"\n",
"if Fooocus_Profile=='anime':\n",
" profile=\"--preset anime\"\n",
"\n",
Expand Down Expand Up @@ -81,4 +83,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit ad7f33b

Please sign in to comment.