Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
32 |
if randomize_seed:
|
33 |
seed = random.randint(0, MAX_SEED)
|
34 |
generator = torch.Generator().manual_seed(seed)
|
35 |
-
prompt = f"{prompt}, slight smile, Master of Light and Shadow."
|
36 |
image = pipe(
|
37 |
prompt = prompt,
|
38 |
width = width,
|
|
|
32 |
if randomize_seed:
|
33 |
seed = random.randint(0, MAX_SEED)
|
34 |
generator = torch.Generator().manual_seed(seed)
|
35 |
+
#prompt = f"{prompt}, slight smile, Master of Light and Shadow."
|
36 |
image = pipe(
|
37 |
prompt = prompt,
|
38 |
width = width,
|