Skip to content

Commit 9e4f302

Browse files
committed
fix: update credit cost caption
1 parent 6956b90 commit 9e4f302

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

recipes/CompareText2Img.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,15 @@ def render_form_v2(self):
116116
)
117117
gui.write("#### 🧨 Compare Image Models")
118118
gui.caption(
119-
"Each selected model costs 2 credits to run except for Dall-E which is 15 credits per rendered image."
119+
"""
120+
Each selected model costs 2 credits ($.02) / image except where noted.
121+
122+
Dalle-3: 15 Cr
123+
Nano banana: 8 Cr
124+
GPT-image: 3, 10 or 40 Cr
125+
"""
120126
)
127+
121128
gui.caption(
122129
"""
123130
Confused about what each model looks like?

0 commit comments

Comments
 (0)