You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Use of the API may incur charges.
125
125
"MT_GOOGLE_MAP_KEY":"(Google Map API key)",
126
126
"MT_GEMINI_IMAGE_KEY": "(Gemini Image Api key)",
127
127
"MT_MAX_RETRY_GEMINI": "(Number of retries when generating Gemini images Default: 0)",
128
-
"MT_AVATAR_IMAGE_URI": "(Character reference image uri (file:// or https://) when generating Gemini image)",
128
+
"MT_AVATAR_IMAGE_URI": "(Character reference image uri (file:// or https://) when generating Gemini image. Multiple settings can be made by separating them with the '|'. When multiple settings are made, they will be selected randomly.)",
129
129
"MT_MAP_API_URL": "(Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy )",
130
130
"MT_TIME_SCALE": "(Optional:Scale of travel time on real roads duration. default 4)",
131
131
"MT_SQLITE_PATH":"(db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite )",
@@ -461,6 +461,8 @@ Database settings can now be recorded with Turso sqlite, so if you configure Tur
addPrompt='Create a new image by combining the elements from the provided images. Add a realistic anime girl in the second image to the first image. Natural coloring that blends in with the surroundings.'+append
947
+
addPrompt=`Add the girl in the second image ${append}, to the first image. Matching colors and shadows to the landscape.`
948
+
// addPrompt = 'Create a new image by combining the elements from the provided images. Add a realistic anime girl in the second image to the first image. Natural coloring that blends in with the surroundings.'+append
948
949
}else{
949
-
addPrompt='Using the provided image, add a realistic anime girl,Natural coloring that blends in with the surroundings.'+prompt
950
+
addPrompt='Using the provided image, add a realistic anime girl,Matching colors and shadows to the landscape.'+prompt
0 commit comments