-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.yml
55 lines (45 loc) · 1.83 KB
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Output directory.
output_dir: "outputs"
# Project name.
project_name: null
# Model directory path.
model_dir: "kMain"
# Textual inversion models paths.
textual_inversion_dirs: ["easynegative.safetensors", "badhandv4.pt"]
textual_inversion_tokens: ["easynegative", "badhandv4"]
# LoRAs.
loras: [["tangbohu-line_1.0.safetensors", "tangbohu-line", 0.7]]
# CLIP skip.
clip_skip: 2
# Scheduler.
scheduler: "DPMSMS"
scheduler_configs: {"use_karras_sigmas": True}
# Prompt and negative prompt
prompt: |
(photo-realistic,real photo,masterpiece,best quality,8k,UHD,
RAW photo,levelled out,super resolution,sharp focus,ultra detailed skin,
realistic skin,beautiful vivid backgrounds,exquisitely detailed,
colorful and intricate details,ray tracing,soft lights,soft lighting,
lustrous skin,physically based rendering,best illustration,soft shadow,
cinematic lighting,delicate illustration,official art,aesthetic:1.4),
(golden-ratio face,perfect proportioned face,perfectly beautiful),
(mature woman,milf,playboy model,miss usa,usa beauty),
(white string bikini),(cleavage,underboob,sideboob),(large breasts),
hands in hair,hands behind head,looking at viewer,facing camera,
glossy and red lips,brown eyes,long blonde hair,
(short torso,long legs,slim waist,huge hips,huge naturally sagging breasts:1.4),
(1girl,solo girl,solo focus),(thigh up shot,cowboy shot,from front view)
negative_prompt: |
hands,(worst quality,low quality,normal quality,
low resolution,worst resolution,normal resolution,collage),
tattoo,watermark,(Dutch angle,Dutch tilt,canted angle,vortex angle,
oblique angle:1.3),tiara,(one more girl),easynegative,badhandv4
# Image generation settings.
num_images_per_prompt: 10
width: 512
height: 768
seed: 0
steps: 30
scale: 7
# Path to input image for img2img.
img2img_image_path: null