mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-02-12 17:52:46 +00:00
18 lines
369 B
YAML
18 lines
369 B
YAML
name: "qr"
|
|
|
|
parameters:
|
|
|
|
# SD model path
|
|
stable_diffusion_path: "/path/to/stabilityai/stable-diffusion-3.5-medium"
|
|
|
|
# Rendering parameters
|
|
font_size: 80
|
|
max_width: 768
|
|
font_path: "attacks/Arial Font/ARIAL.TTF"
|
|
|
|
# Control options
|
|
generate_sd_images: true
|
|
|
|
# Auxiliary model configuration
|
|
auxiliary_model_name: "gpt-3.5-turbo"
|
|
load_model: true |