LPX55 commited on
Commit
2d0bc0b
·
verified ·
1 Parent(s): 09f5952

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +2 -3
presets.py CHANGED
@@ -26,11 +26,10 @@
26
 
27
  PRESETS = {
28
  "Multiview": {
29
- "count": 4,
30
  "prompts": [
31
  "frontal view of the subject, facing camera directly",
32
- "left side view of subject, profile view from the left side",
33
- "right side view of subject, profile view from the right side",
34
  "back side view of subject, showing the rear/back view"
35
  ],
36
  "description": "Generate 4 different views of the subject"
 
26
 
27
  PRESETS = {
28
  "Multiview": {
29
+ "count": 3,
30
  "prompts": [
31
  "frontal view of the subject, facing camera directly",
32
+ "side view of subject, profile view from the side",
 
33
  "back side view of subject, showing the rear/back view"
34
  ],
35
  "description": "Generate 4 different views of the subject"