Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
7762285
1
Parent(s):
5bb1103
next
Browse files- prompt_generator.py +1 -1
prompt_generator.py
CHANGED
|
@@ -153,7 +153,7 @@ class PromptGenerator:
|
|
| 153 |
|
| 154 |
def generate_prompt(self, seed, custom, subject, gender, artform, photo_type, body_types, default_tags, roles, hairstyles,
|
| 155 |
additional_details, photography_styles, device, photographer, artist, digital_artform,
|
| 156 |
-
place, lighting, clothing, composition, pose, background, input_image,
|
| 157 |
kwargs = locals()
|
| 158 |
del kwargs['self']
|
| 159 |
del kwargs['next_params']
|
|
|
|
| 153 |
|
| 154 |
def generate_prompt(self, seed, custom, subject, gender, artform, photo_type, body_types, default_tags, roles, hairstyles,
|
| 155 |
additional_details, photography_styles, device, photographer, artist, digital_artform,
|
| 156 |
+
place, lighting, clothing, composition, pose, background, input_image, next_params):
|
| 157 |
kwargs = locals()
|
| 158 |
del kwargs['self']
|
| 159 |
del kwargs['next_params']
|