Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GavAndAlt
fc-pregmod
Commits
7056ad7a
Commit
7056ad7a
authored
8 months ago
by
Trinidad
Browse files
Options
Downloads
Patches
Plain Diff
modified: src/art/genAI/prompts/stylePromptPart.js
parent
8de8b4a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/art/genAI/prompts/stylePromptPart.js
+6
-6
6 additions, 6 deletions
src/art/genAI/prompts/stylePromptPart.js
with
6 additions
and
6 deletions
src/art/genAI/prompts/stylePromptPart.js
+
6
−
6
View file @
7056ad7a
...
...
@@ -6,19 +6,19 @@ App.Art.GenAI.StylePromptPart = class StylePromptPart extends App.Art.GenAI.Prom
switch
(
V
.
aiStyle
)
{
case
0
:
// custom
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
(
front-up portrait,
medium close-up
shot:1.3),
"
+
V
.
aiCustomStylePos
;
// custom may break the control
return
"
front-up portrait,
(tight medium
shot:1.3),
"
+
V
.
aiCustomStylePos
;
// custom may break the control
}
else
{
return
V
.
aiCustomStylePos
;
}
case
1
:
// photorealistic
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
<lora:LowRA:0.5>
(
front-up portrait,
medium close-up
shot:1.2), photorealistic, dark theme, black background
"
;
return
"
<lora:LowRA:0.5> front-up portrait,
(tight medium
shot:1.2), photorealistic, dark theme, black background
"
;
}
else
{
return
"
<lora:LowRA:0.5> full body portrait, photorealistic, dark theme, black background
"
;
}
case
2
:
// anime/hentai
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
(
front-up portrait,
medium close-up
shot:1.1), 2d, anime, hentai, dark theme, black background
"
;
return
"
front-up portrait,
(tight medium
shot:1.1), 2d, anime, hentai, dark theme, black background
"
;
}
else
{
return
"
full body portrait, 2d, anime, hentai, dark theme, black background
"
;
}
...
...
@@ -32,19 +32,19 @@ App.Art.GenAI.StylePromptPart = class StylePromptPart extends App.Art.GenAI.Prom
switch
(
V
.
aiStyle
)
{
case
0
:
// custom
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
full body portrait
, full
body
, medium
sho
t,
"
+
V
.
aiCustomStyleNeg
;
return
"
(head out of frame)
, full
shot
, medium
full shot, full body portrai
t,
"
+
V
.
aiCustomStyleNeg
;
}
else
{
return
V
.
aiCustomStyleNeg
;
}
case
1
:
// photorealistic
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
greyscale, monochrome, cg, render, unreal engine, full body portrai
t, medium sho
t
"
;
return
"
greyscale, monochrome, cg, render, unreal engine,
(head out of frame), full shot, medium full shot,
full body portrait
"
;
}
else
{
return
"
greyscale, monochrome, cg, render, unreal engine, closeup, medium shot
"
;
}
case
2
:
// anime/hentai
if
(
this
.
slave
.
visualAge
<
18
&&
V
.
aiAgeFilter
)
{
return
"
greyscale, monochrome, photography, 3d render, text, speech bubble, full body portrai
t, medium sho
t
"
;
return
"
greyscale, monochrome, photography, 3d render, text, speech bubble,
(head out of frame), full shot, medium full shot,
full body portrait
"
;
}
else
{
return
"
greyscale, monochrome, photography, 3d render, text, speech bubble, closeup, medium shot
"
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment