Add character engine package init and config
This commit is contained in:
15
media-pipeline/core/character_engine/config.yaml
Normal file
15
media-pipeline/core/character_engine/config.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
engine:
|
||||
default_model: ""
|
||||
default_lora: ""
|
||||
output_dir: "outputs"
|
||||
|
||||
generation:
|
||||
width: 512
|
||||
height: 768
|
||||
steps: 30
|
||||
cfg_scale: 7.5
|
||||
seed: -1
|
||||
|
||||
prompt:
|
||||
quality_prefix: "masterpiece, best quality, highly detailed"
|
||||
negative: "lowres, bad anatomy, bad hands, text, error, missing fingers, cropped, worst quality, low quality, blurry, deformed"
|
||||
Reference in New Issue
Block a user