File size: 611 Bytes
ee823b7 |
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 |
RealisticVision:
motion_module:
- "models/Motion_Module/mm_sd_v14.ckpt"
dreambooth_path: "models/DreamBooth_LoRA/realisticVisionV60B1_v20Novae.safetensors"
lora_model_path: ""
seed: [442, 123]
steps: 25
guidance_scale: 7.5
filter_params:
method: 'butterworth'
n: 4
d_s: 0.25
d_t: 0.25
# filter_params:
# method: 'gaussian'
# d_s: 0.25
# d_t: 0.25
prompt:
- "A cat wearing sunglasses and working as a lifeguard at a pool."
- "A panda cooking in the kitchen"
n_prompt:
- "worst quality, low quality, nsfw, logo"
- ""
|