# Concept: class FashionModel: def __init__(self, hair_color


# Concept: class FashionModel: def __init__(self, hair_color, body_type, sizes, outfit): self.hair_color = hair_color self.body_type = body_type self.sizes = sizes self.outfit = outfit def describe(self): print(f"The model has {self.hair_color} hair, a {self.body_type} body type, and sizes {self.sizes}.") print("For her outfit:") for item, color in self.outfit.items(): print(f"- {color} {item}") # Showcase: fashion_model = FashionModel( hair_color="brown", body_type="medium fit", sizes="34B-25-33", outfit={"hoodie": "blue", "underwear": "pink"} ) print("Shot clicked from 2 meters distance, full body appears.") fashion_model.describe()
プロンプト
プロンプトをコピー
# Concept:
class FashionModel:
def __init__(self
,
hair_color
,
body_type
,
sizes
,
outfit):
self
.
hair_color = hair_color
self
.
body_type = body_type
self
.
sizes = sizes
self
.
outfit = outfit
def describe(self):
print(f"The model has {self
.
hair_color} hair
,
a {self
.
body_type} body type
,
and sizes {self
.
sizes}
.
")
print("For her outfit:")
for item
,
color in self
.
outfit
.
items():
print(f"- {color} {item}")
# Showcase:
fashion_model = FashionModel(
hair_color="brown"
,
body_type="medium fit"
,
sizes="34B-25-33"
,
outfit={"hoodie": "blue"
,
"underwear": "pink"}
)
print("Shot clicked from 2 meters distance
,
full body appears
.
")
fashion_model
.
describe()
情報
Checkpoint & LoRA

Checkpoint
QGO - PromptingReal

LORA
Concept: Perfect Mouth

LORA
沁彩 Colorwater
#リアリスティック
#脚を開く
#写真撮影
コメント:0件
0
0
0