Skip to content

Commit 66f9904

Browse files
committed
Updates default styles (link flux + kontext, prioritize latest chroma version)
1 parent 8ebc984 commit 66f9904

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ai_diffusion/styles/chroma.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": 1,
44
"architecture": "auto",
55
"checkpoints": [
6+
"Chroma1-HD.safetensors",
67
"chroma-unlocked-v50.safetensors",
78
"chroma-unlocked-v50-annealed.safetensors",
89
"chroma-unlocked-v50_float8_e4m3fn_learned_svd.safetensors",
@@ -16,6 +17,7 @@
1617
"v_prediction_zsnr": false,
1718
"self_attention_guidance": false,
1819
"preferred_resolution": 0,
20+
"linked_edit_style": "built-in/flux-kontext.json",
1921
"sampler": "Flux - Euler simple",
2022
"sampler_steps": 26,
2123
"cfg_scale": 4.0,

ai_diffusion/styles/flux.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
"flux1-dev.safetensors"
1212
],
1313
"loras": [],
14-
"style_prompt": "photo of {prompt}, atmospheric film still",
14+
"style_prompt": "photo of {prompt}",
1515
"negative_prompt": "",
1616
"vae": "Checkpoint Default",
1717
"clip_skip": 0,
1818
"v_prediction_zsnr": false,
1919
"self_attention_guidance": false,
2020
"preferred_resolution": 0,
21+
"linked_edit_style": "built-in/flux-kontext.json",
2122
"sampler": "Flux - Euler simple",
2223
"sampler_steps": 20,
2324
"cfg_scale": 3.5,

0 commit comments

Comments
 (0)