weathon
commited on
Commit
·
18f8353
1
Parent(s):
4c31209
more nouns and art styles
Browse files
app.py
CHANGED
|
@@ -144,8 +144,8 @@ def load_anti_aesthetics_sample():
|
|
| 144 |
sample = np.random.choice(anti_aesthetics_prompts)
|
| 145 |
return sample['prompt'], sample['missing_element']
|
| 146 |
|
| 147 |
-
nouns = ["cat", "dog", "car", "bicycle", "tree", "house", "computer", "phone", "book", "chair", "table", "lamp", "flower", "mountain", "river", "ocean", "cloud", "bird", "fish", "butterfly"]
|
| 148 |
-
methods = ["painting", "sketch", "drawing"]
|
| 149 |
def load_abstract_prompt():
|
| 150 |
noun = np.random.choice(nouns)
|
| 151 |
method = np.random.choice(methods)
|
|
|
|
| 144 |
sample = np.random.choice(anti_aesthetics_prompts)
|
| 145 |
return sample['prompt'], sample['missing_element']
|
| 146 |
|
| 147 |
+
nouns = ["cat", "dog", "car", "bicycle", "tree", "house", "computer", "phone", "book", "chair", "table", "lamp", "flower", "mountain", "river", "ocean", "cloud", "bird", "fish", "butterfly", "sun", "moon", "planet", "robot", "alien", "castle", "dragon", "unicorn", "fairy", "wizard"]
|
| 148 |
+
methods = ["painting", "sketch", "drawing", "watercolor", "oil painting", "low poly art", "color pencil drawing", "crayon art"]
|
| 149 |
def load_abstract_prompt():
|
| 150 |
noun = np.random.choice(nouns)
|
| 151 |
method = np.random.choice(methods)
|