Spaces:
Running
on
Zero
Running
on
Zero
Bobby
commited on
Commit
·
337889a
1
Parent(s):
48af8aa
prompt
Browse files- app.py +1 -1
- local_app.py +1 -1
app.py
CHANGED
@@ -110,7 +110,7 @@ def get_additional_prompt():
|
|
110 |
# outfit = ["schoolgirl outfit", "playboy outfit", "red dress", "gala dress", "cheerleader outfit", "nurse outfit", "Kimono"]
|
111 |
|
112 |
def get_prompt(prompt, additional_prompt):
|
113 |
-
interior = "design-style interior designed (interior space), captured with a DSLR camera using f/10 aperture, 1/60 sec shutter speed, ISO 400, 20mm focal length, tungsten white balance
|
114 |
default = "hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
115 |
default2 = f"professional 3d model {prompt},octane render,highly detailed,volumetric,dramatic lighting,hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
116 |
randomize = get_additional_prompt()
|
|
|
110 |
# outfit = ["schoolgirl outfit", "playboy outfit", "red dress", "gala dress", "cheerleader outfit", "nurse outfit", "Kimono"]
|
111 |
|
112 |
def get_prompt(prompt, additional_prompt):
|
113 |
+
interior = "design-style interior designed (interior space), captured with a DSLR camera using f/10 aperture, 1/60 sec shutter speed, ISO 400, 20mm focal length, tungsten white balance"
|
114 |
default = "hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
115 |
default2 = f"professional 3d model {prompt},octane render,highly detailed,volumetric,dramatic lighting,hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
116 |
randomize = get_additional_prompt()
|
local_app.py
CHANGED
@@ -108,7 +108,7 @@ def get_additional_prompt():
|
|
108 |
# outfit = ["schoolgirl outfit", "playboy outfit", "red dress", "gala dress", "cheerleader outfit", "nurse outfit", "Kimono"]
|
109 |
|
110 |
def get_prompt(prompt, additional_prompt):
|
111 |
-
interior = "design-style interior designed (interior space), captured with a DSLR camera using f/10 aperture, 1/60 sec shutter speed, ISO 400, 20mm focal length, tungsten white balance
|
112 |
default = "hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
113 |
default2 = f"professional 3d model {prompt},octane render,highly detailed,volumetric,dramatic lighting,hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
114 |
randomize = get_additional_prompt()
|
|
|
108 |
# outfit = ["schoolgirl outfit", "playboy outfit", "red dress", "gala dress", "cheerleader outfit", "nurse outfit", "Kimono"]
|
109 |
|
110 |
def get_prompt(prompt, additional_prompt):
|
111 |
+
interior = "design-style interior designed (interior space), captured with a DSLR camera using f/10 aperture, 1/60 sec shutter speed, ISO 400, 20mm focal length, tungsten white balance"
|
112 |
default = "hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
113 |
default2 = f"professional 3d model {prompt},octane render,highly detailed,volumetric,dramatic lighting,hyperrealistic photography,extremely detailed,(intricate details),unity 8k wallpaper,ultra detailed"
|
114 |
randomize = get_additional_prompt()
|