Import openai prompt = f""" In the style of Street Fighter 6 Character Style
![import openai
prompt = f"""
In the style of Street Fighter 6 Character Style, Realistic Anime Style, Masterpiece CG, professional color grading, ultra-detailed, 16k resolution, HDR,
create a digital illustration of Street Fighter characters Releasing the Dark Hadou energy
The artwork should feature:
- Crashing energies
- A setting sun
- A ancient Edo temple
The color palette should be vibrant and violent
The overall composition should evoke a sense of dread, death, destruction
Additional instructions:
- Focus on the intense and powerful energy emanating from the Street Fighter characters as they unleash the Dark Hadou.
- Incorporate dramatic lighting and dynamic camera angles to heighten the sense of action and drama.
- Pay close attention to the intricate details and textures of the characters, the environment, and the energy effects.
"""
response = openai.Image.create(
prompt=prompt,
n=1,
size="1024x1024",
response_format="url"
)
image_url = response["data"][0]["url"]
print(f"Generated image URL: {image_url}")](https://image.cdn2.seaart.me/2024-06-15/cpmhjade878c73b7u20g/4a9bffb6bfb37743b43830dee4988ca2189fea23_high.webp)

import openai prompt = f""" In the style of Street Fighter 6 Character Style, Realistic Anime Style, Masterpiece CG, professional color grading, ultra-detailed, 16k resolution, HDR, create a digital illustration of Street Fighter characters Releasing the Dark Hadou energy The artwork should feature: - Crashing energies - A setting sun - A ancient Edo temple The color palette should be vibrant and violent The overall composition should evoke a sense of dread, death, destruction Additional instructions: - Focus on the intense and powerful energy emanating from the Street Fighter characters as they unleash the Dark Hadou. - Incorporate dramatic lighting and dynamic camera angles to heighten the sense of action and drama. - Pay close attention to the intricate details and textures of the characters, the environment, and the energy effects. """ response = openai.Image.create( prompt=prompt, n=1, size="1024x1024", response_format="url" ) image_url = response["data"][0]["url"] print(f"Generated image URL: {image_url}")
プロンプト
プロンプトをコピー
import openai
prompt = f"""
In the style of Street Fighter 6 Character Style
,
Realistic Anime Style
,
Masterpiece CG
,
professional color grading
,
ultra-detailed
,
16k resolution
,
HDR
,
create a digital illustration of Street Fighter characters Releasing the Dark Hadou energy
The artwork should feature:
- Crashing energies
- A setting sun
- A ancient Edo temple
The color palette should be vibrant and violent
The overall composition should evoke a sense of dread
,
death
,
destruction
Additional instructions:
- Focus on the intense and powerful energy emanating from the Street Fighter characters as they unleash the Dark Hadou
.
- Incorporate dramatic lighting and dynamic camera angles to heighten the sense of action and drama
.
- Pay close attention to the intricate details and textures of the characters
,
the environment
,
and the energy effects
.
"""
response = openai
.
Image
.
create(
prompt=prompt
,
n=1
,
size="1024x1024"
,
response_format="url"
)
image_url = response["data"][0]["url"]
print(f"Generated image URL: {image_url}")
情報
Checkpoint & LoRA

Checkpoint
CyberRealistic
コメント:0件
0
0
0