-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcliRequestsData_Dream_template.yml
105 lines (103 loc) · 4.38 KB
/
cliRequestsData_Dream_template.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
filename: "horde_dream.webp"
api_key: "0000000000"
source_image: null
# You can fill these in to avoid putting them as args all the time
imgen_params:
n: 1
width: 512
height: 512
steps: 30
denoising_strength: 0.6
sampler_name: k_euler
cfg_scale: 7.5
karras: true
tiling: false
hires_fix: false
## Uncomment the below line to pass a specific seed
# seed: "the little seed that could"
## Uncomment the below line to pass post-processors. Only pass the PPs you need
# post_processing:
# - GFPGAN
# - RealESRGAN_x4plus
# - RealESRGAN_x4plus_anime_6B
# - CodeFormers
## Uncomment the below line to pass a ControlNet. Make sure you write a valid Control Type
## control_type: canny
## Uncomment the below line to pass LoRa. The below is provided as an example
## You can pass any that you wish. If you do, do not forget to also pass the trigger words in your prompt
## or use inject_trigger
# loras:
# - name: GlowingRunesAIV6
# inject_trigger: red
# - name: Dra9onScaleAI
# inject_trigger: any
# - name: LowRA
# inject_trigger: any
## Uncomment the below line to pass Textual Inversions. The below is provided as an example
## You can pass any that you wish. You must then either put the Lora ID in the prompt in the form of
# embedding:12345
## OR use the provided inject_ti key
# tis:
# - name: "7523"
# inject_ti: prompt
# - name: "EasyNegative"
# inject_ti: negprompt
# strength: 0.5
#
## Uncomment the below lines to pass extra arguments to the workflows which require it.
## Each text has to be in the same format, (i.e. a dictionary with a 'text' and 'reference' keys)
## The below examples are used to generate a QR code (Don't forget to uncomment the 'workflow' below)
# extra_texts:
# # This extra text is the text created by the QR code
# - text: https://haidra.net
# reference: qr_code
# # This optional extra text specifies where in the image to place the QR code
# # If you want the whole image to be one QR, you need to adjust the generation size
# # size to match the QR code size
# - text: 256
# reference: x_offset
# - text: 256
# reference: y_offset
# # This specifies the prompt with which to generate the black blocks around the QR edges
# # These blocks need to be very readable, so don't expect too much customization
# - text: 'A window into the soul'
# reference: function_layer_prompt
# # Uncomment the below line to specify the workflow to use.
# # Some advanced workflows cannot be auto-detected, so you need to explicitly mention them
# # The below example will set the generation to make a QR code
# workflow: qr_code
submit_dict:
prompt: "a swarm of incredibly cute stable robots, intricate, highly detailed, artstation, concept art, smooth, sharp focus, colorful scene, in the style of don bluth, greg rutkowski, disney, and hans zatzka"
# Pass your own style name or ID here to generate in a pre-existing style
# style: None
nsfw: false
censor_nsfw: false
trusted_workers: false
slow_workers: true
shared: true
replacement_filter: true
worker_blacklist: false
dry_run: false
r2: true
# Put the models you allow to fulfil your request in reverse order of priority. The last model in this list is the most likely to be chosen
models:
- stable_diffusion
# - Deliberate
# - Yiffy
# - trinart
workers: []
## Uncomment this line to try img2img
# Change the filename to your own image
# source_image: './db0.jpg'
## Uncomment these three lines to try inpainting. If the source_mask is not provided, the image sent has to have areas already erased-to-alpha
# source_image: './inpaint_original.png'
# source_processing: 'inpainting'
# source_mask: './inpaint_mask.png'
## Uncomment the below lines to send extra_source_images for remix. Change to your own image paths accordingly.
# source_image: './db0.jpg'
# extra_source_images:
# - image: ./mountains.png
# strength: 1
# - image: ./sunset.png
# strength: 0.5
# source_processing: 'remix'