aifeifei798 commited on
Commit
5c0b033
·
verified ·
1 Parent(s): da2a445

Update feifeilib/feifeiprompt.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeiprompt.py +4 -4
feifeilib/feifeiprompt.py CHANGED
@@ -36,10 +36,10 @@ def feifeiprompt(randomize_seed,seed,prompt,quality_select,styles_Radio,FooocusE
36
  prompt += ", masterpiece, best quality, very aesthetic, absurdres"
37
 
38
  if FooocusExpansion_select:
39
- prompt = re.sub("girl", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, 8k, " ,prompt)
40
- prompt = re.sub("young woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, 8k, " ,prompt)
41
- prompt = re.sub("woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, 8k, " ,prompt)
42
- prompt = re.sub("model", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, 8k, " ,prompt)
43
 
44
  if styles_Radio:
45
  for style_name in styles_Radio:
 
36
  prompt += ", masterpiece, best quality, very aesthetic, absurdres"
37
 
38
  if FooocusExpansion_select:
39
+ prompt = re.sub("girl", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
40
+ prompt = re.sub("young woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
41
+ prompt = re.sub("woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
42
+ prompt = re.sub("model", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
43
 
44
  if styles_Radio:
45
  for style_name in styles_Radio: