Update app.py
Browse files
app.py
CHANGED
|
@@ -48,10 +48,10 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
| 48 |
adapter_name=["feifei"],
|
| 49 |
lora_scale=1.0,
|
| 50 |
)
|
| 51 |
-
prompt = re.sub("girl", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 52 |
-
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)
|
| 53 |
-
prompt = re.sub("woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 54 |
-
prompt = re.sub("model", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 55 |
image = pipe(
|
| 56 |
prompt = "flux, 8k, ",
|
| 57 |
prompt_2 = prompt,
|
|
|
|
| 48 |
adapter_name=["feifei"],
|
| 49 |
lora_scale=1.0,
|
| 50 |
)
|
| 51 |
+
#prompt = re.sub("girl", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 52 |
+
#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)
|
| 53 |
+
#prompt = re.sub("woman", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 54 |
+
#prompt = re.sub("model", " feifei, A beautiful, 18 yo kpop idol, large-busted Japanese girl, with light makeup, gazing deeply into the camera, " ,prompt)
|
| 55 |
image = pipe(
|
| 56 |
prompt = "flux, 8k, ",
|
| 57 |
prompt_2 = prompt,
|