Spaces:
Running
on
Zero
Running
on
Zero
rafaaa2105
commited on
Commit
•
d01359b
1
Parent(s):
137f187
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def infer(
|
|
44 |
generator = torch.Generator().manual_seed(seed)
|
45 |
|
46 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
47 |
-
prompt=prompt,
|
48 |
guidance_scale=guidance_scale,
|
49 |
num_inference_steps=num_inference_steps,
|
50 |
width=width,
|
|
|
44 |
generator = torch.Generator().manual_seed(seed)
|
45 |
|
46 |
for img in pipe.flux_pipe_call_that_returns_an_iterable_of_images(
|
47 |
+
prompt="GHIBSKY style, " + prompt,
|
48 |
guidance_scale=guidance_scale,
|
49 |
num_inference_steps=num_inference_steps,
|
50 |
width=width,
|