Skip to content

Drawing

← User Guide · 简体中文

On the Draw page: pick an image model at the top, fill in the prompt editor (which changes shape per platform), and review my drawing history below.

Draw page (chat style)
Draw page (chat style)
Draw page (gallery style)
Draw page (gallery style)

Generation Flow

  1. Pick a model in the image model selector — each platform has its own editor; switching models switches the editor;
  2. Describe the image in the prompt box (Chinese or English);
  3. Adjust editor parameters as needed (size, count, seed — see below);
  4. Click generate; the task is submitted asynchronously;
  5. Images appear in my drawing history when done — you can leave the page while it runs.

Per-Platform Editor Parameters

OpenAI (gpt-image)

ParameterOptions
Sizeauto / Square 1024x1024 / Portrait 1024x1536 / Landscape 1536x1024
Qualityauto / low / medium / high (higher = finer, slower and more expensive)

Tongyi Wanxiang (DashScope)

Text-to-image:

ParameterDescription
SizeDetermined by the selected model's configuration
NumberImages per run (slider 1–4)
SeedFixed seed reproduces results; "Random generate" differs each time

Background generation — generates a new background for a subject image. The in-app usage notes read (translated):

Subject image: the image whose background will be generated; required Guidance image: the image for AI to reference Prompt: description of the background Provide at least one of guidance image and prompt

ParameterRequiredIn-app hint (translated)
SubjectyesTooltip: "An image with a transparent background (RGBA, 4 channels)"; upload area: "PNG image, long edge no more than 2048 pixels"
Guidance imagenoTooltip: "Common formats: jpg, png, webp. The guidance image can be RGB or RGBA with transparency; for RGBA, areas with Alpha = 0 do not participate in generation — suitable for guidance images with a subject."
PromptnoBackground description (at least one of guidance image / prompt, otherwise "Please upload a guidance image or fill in the prompt")

WARNING

Background generation depends on public accessibility of the images: the model fetches the subject and guidance images over the public internet — with Alibaba Cloud OSS storage, images must be public-read; with local storage, the uploaded images must be publicly reachable (unavailable in local development). OSS is enabled in the admin console → System settings → Storage location.

SiliconFlow

ParameterDescription
SizeRead dynamically from model properties
Seed-1 means random

My Drawing History

  • Reverse chronological, infinite scroll, "No more" at the end;
  • Click a record for the detail view: prompt and reference images (original / guidance), comments, I'll draw one too (reuse the prompt), previous / next record navigation ("No previous/next one" at the ends).
Draw detail
Draw detail

Management

ActionWhereDescription
Delete taskRecord's more menuDeletes the prompt and all images it generated (the confirmation lists what will be deleted)
Delete one imageOn the imageRemoves just that image, keeping the prompt and others
Public / private toggleOn the recordPublic images enter the gallery ("Public access enabled"); off restores private ("External access disabled")

TIP

To share your work, set it public — it appears in the Gallery under "Public images", where others can like and comment on it.

API

More → API in the top bar generates a draw API key and endpoint docs for integrating text-to-image into your own program (create + poll), see API Reference · Draw Tasks.


Previous: Voice Input & Playback · Next: Gallery