diff --git a/docs/user-guide.md b/docs/user-guide.md index 8bdeb31c..68e1c17e 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -206,6 +206,15 @@ can [add your own models](#adding-your-own-models) from many sources, including ### General structure +- subject and more important keywords first +- quality keywords towards the end +- if you want a specific lens or shot, put that first +- cover subject, medium, style, color theme, lighting, and resolution +- adjectives before nouns +- figurative keywords as well as literal +- include emotions and sensations +- iterate + TODO ### Useful keywords @@ -215,6 +224,87 @@ has a lot of useful tips on how to build a good prompt. You can include keywords style, and level of detail. Throwing a few extra keywords into the end of the prompt can help add specific details, like the color and intensity of the lighting. +- color + - bright + - colorful + - cool + - dark + - deep + - dusky + - light + - warm + - iridescent + - translucent +- lighting + - cinematic lighting + - diffused|dramatic|soft lighting + - neon lights + - candlelight + - firelight + - volumetric lighting + - reflection + - refraction +- material + - brass + - crystal + - earth + - glass + - iron + - magma + - marble + - porcelain + - wood +- medium + - 3d render + - digital illustration + - oil painting + - pastel drawing + - pencil sketch + - pen and ink + - sculpture + - watercolor painting +- photography + - backlighting + - bloom + - bokeh + - broad light + - chromatic aberration + - shallow|deep depth of field + - smooth|sharp|shallow focus + - HDR + - RAW color + - wide-angle + - tilt-shift + - fish-eye + - god rays, sun rays, sun shafts +- quality & resolution + - 4k + - 8k + - fine detail + - highly detailed + - realistic +- style + - abstract + - art nouveau + - classical + - gothic + - graffiti + - hyperrealism + - modernism + - realistic + - surreal +- subject + - ancient + - lush + - futuristic + - medieval + - cyberpunk + +Examples: + +- 4k, hdr, smooth, sharp focus, high resolution, photorealistic, detailed +- 8k, HDR, shallow depth of field, broad light, high contrast, backlighting, bloom, light sparkles, chromatic aberration, sharp focus, RAW color photo + ### Prompt tokens You can blend extra networks with the diffusion model using `` tokens. There are menus in the diff --git a/onnx-web.code-workspace b/onnx-web.code-workspace index e596b33d..1f103bcf 100644 --- a/onnx-web.code-workspace +++ b/onnx-web.code-workspace @@ -21,7 +21,9 @@ "cSpell.words": [ "astype", "Autoencoder", + "backlighting", "basicsr", + "bokeh", "Civitai", "ckpt", "codebook", @@ -42,6 +44,7 @@ "Heun", "Highres", "huggingface", + "hyperrealism", "Inpaint", "inpainting", "jsonify",