Skip to content

Commit

Permalink
fix height on flux-photo styles
Browse files Browse the repository at this point in the history
this is what happens when search and replace isnt specific enough...
  • Loading branch information
Efreak committed Sep 26, 2024
1 parent 4e30099 commit e355bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"width": 1024, "height": 1536,
"prompt": "{p}{np}", "model": "Flux.1-Schnell fp8 (Compact)", "steps": 4, "cfg_scale": 1, "karras": false, "sampler_name": "k_euler"
}, "flux-photo": {
"width": 496, "height": 1152,
"width": 896, "height": 1152,
"prompt": "{p}{np}", "model": "Flux.1-Schnell fp8 (Compact)", "steps": 4, "cfg_scale": 1, "karras": false, "sampler_name": "k_euler"
}, "flux-photo-horizontal": {
"width": 1152, "height": 496,
"width": 1152, "height": 896,
"prompt": "{p}{np}", "model": "Flux.1-Schnell fp8 (Compact)", "steps": 4, "cfg_scale": 1, "karras": false, "sampler_name": "k_euler"
}, "flux-landscape": {
"width": 1280, "height": 832,
Expand Down

0 comments on commit e355bea

Please sign in to comment.