Spaces:
Running
on
Zero
Running
on
Zero
kaytoo2022
commited on
Commit
•
d356965
1
Parent(s):
f568abc
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
66 |
|
67 |
# Example cached image and settings
|
68 |
example_image_path = "cara-shark.jpg" # Replace with the actual path to the example image
|
69 |
-
example_prompt = """A portrait picture of
|
70 |
example_cfg_scale = 3.2
|
71 |
example_steps = 32
|
72 |
example_width = 1152
|
|
|
66 |
|
67 |
# Example cached image and settings
|
68 |
example_image_path = "cara-shark.jpg" # Replace with the actual path to the example image
|
69 |
+
example_prompt = """A portrait picture of Cara the Cavapoo in an astronaut outfit. Planets are visible in the background"""
|
70 |
example_cfg_scale = 3.2
|
71 |
example_steps = 32
|
72 |
example_width = 1152
|