Commit 6b083396 authored by duanjinfei's avatar duanjinfei

update cog.yaml

parent 732ad66d
...@@ -26,7 +26,7 @@ class Predictor(BasePredictor): ...@@ -26,7 +26,7 @@ class Predictor(BasePredictor):
prompt: str = Input(description="Input prompt", prompt: str = Input(description="Input prompt",
default='photo of caramel macchiato coffee on the table, top-down perspective, with "Any" "Text" written on it using cream'), default='photo of caramel macchiato coffee on the table, top-down perspective, with "Any" "Text" written on it using cream'),
seed: int = Input(description="", default=66273235, seed: int = Input(description="", default=66273235,
ge=66273235, le=0), ge=0, le=66273235),
draw_pos: Path = Input( draw_pos: Path = Input(
description="", default='example_images/gen9.png'), description="", default='example_images/gen9.png'),
ori_image: Path = Input( ori_image: Path = Input(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment