Arafed motorcycle parked on a dirt road in the desert
![import random
def generate_prompt():
deserts = ["sandy desert", "rocky desert", "vast desert"]
adjectives = ["scorching", "imposing", "impressive", "incandescent"]
bike_conditions = ["time-weared", "full of stories", "aged", "nostalgic"]
desert = random.choice(deserts)
adjective = random.choice(adjectives)
bike_condition = random.choice(bike_conditions)
prompt = f"""
You're in a {desert}. The sun {adjective} shines in the cloudless blue sky. In the immensity of the sandy landscape, you see an old motorcycle from the 80s. She's standing in the middle of the golden sand, looking defiant and ready for an adventure. Your body {bike_condition} tells stories of past journeys.
You approach the bike and feel the texture of the rough handlebars in your hands. The fuel tank is hot under the scorching sun. You notice a rusty sign attached to the bike that reads "Freedom to the Horizon." The engine rumbles with a distant sound, but full of power.
Deciding to embark on this journey, you ride the old bike, feeling the vibration of the engine as you accelerate. The sand flies under the wheels and you set off at high speed through the desert, leaving behind a trail of dust and adrenaline.
"""
return prompt
# Example of use:
prompt = generate_prompt()
print(prompt)](https://image.cdn2.seaart.me/2023-06-13/34064909135941/f581848db8006044b2317ac3e4a78ff75eeb0872_high.webp)
import random def generate_prompt(): deserts = ["sandy desert", "rocky desert", "vast desert"] adjectives = ["scorching", "imposing", "impressive", "incandescent"] bike_conditions = ["time-weared", "full of stories", "aged", "nostalgic"] desert = random.choice(deserts) adjective = random.choice(adjectives) bike_condition = random.choice(bike_conditions) prompt = f""" You're in a {desert}. The sun {adjective} shines in the cloudless blue sky. In the immensity of the sandy landscape, you see an old motorcycle from the 80s. She's standing in the middle of the golden sand, looking defiant and ready for an adventure. Your body {bike_condition} tells stories of past journeys. You approach the bike and feel the texture of the rough handlebars in your hands. The fuel tank is hot under the scorching sun. You notice a rusty sign attached to the bike that reads "Freedom to the Horizon." The engine rumbles with a distant sound, but full of power. Deciding to embark on this journey, you ride the old bike, feeling the vibration of the engine as you accelerate. The sand flies under the wheels and you set off at high speed through the desert, leaving behind a trail of dust and adrenaline. """ return prompt # Example of use: prompt = generate_prompt() print(prompt)
프롬프트
Copy prompts
import random
def generate_prompt():
deserts = ["sandy desert"
,
"rocky desert"
,
"vast desert"]
adjectives = ["scorching"
,
"imposing"
,
"impressive"
,
"incandescent"]
bike_conditions = ["time-weared"
,
"full of stories"
,
"aged"
,
"nostalgic"]
desert = random
.
choice(deserts)
adjective = random
.
choice(adjectives)
bike_condition = random
.
choice(bike_conditions)
prompt = f"""
You're in a {desert}
.
The sun {adjective} shines in the cloudless blue sky
.
In the immensity of the sandy landscape
,
you see an old motorcycle from the 80s
.
She's standing in the middle of the golden sand
,
looking defiant and ready for an adventure
.
Your body {bike_condition} tells stories of past journeys
.
You approach the bike and feel the texture of the rough handlebars in your hands
.
The fuel tank is hot under the scorching sun
.
You notice a rusty sign attached to the bike that reads "Freedom to the Horizon
.
" The engine rumbles with a distant sound
,
but full of power
.
Deciding to embark on this journey
,
you ride the old bike
,
feeling the vibration of the engine as you accelerate
.
The sand flies under the wheels and you set off at high speed through the desert
,
leaving behind a trail of dust and adrenaline
.
"""
return prompt
# Example of use:
prompt = generate_prompt()
print(prompt)
정보
Checkpoint & LoRA

Checkpoint
Cheese Daddy's Landscapes mix
0개의 댓글
0
0
0