Skip to content

Commit 564bbf7

Browse files
committed
add emojiparty style
- skip lcm lora - use hiresfix to try and get more sensible results - nsfw negative - allows tweaking style mid-party rather than just using existing style
1 parent 252de1b commit 564bbf7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

categories.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,8 @@
530530
"glow flow or dissolve party mix",
531531
"midnight party temp",
532532
"glass pony",
533-
"pastel ilxl"
533+
"pastel ilxl",
534+
"emojiparty"
534535
],
535536
"album and book art": [
536537
"pulp fiction cover",

styles.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3946,5 +3946,15 @@
39463946
"cfg_scale":7,
39473947
"width":1024,
39483948
"height":1024
3949+
},
3950+
"emojiparty": {
3951+
"prompt": "{p}###nsfw,{np}",
3952+
"model": "Cheyenne",
3953+
"sampler_name": "k_dpmpp_2m",
3954+
"steps": 20,
3955+
"width": 1024,
3956+
"height": 1024,
3957+
"cfg_scale": 2,
3958+
"hires_fix": true
39493959
}
39503960
}

0 commit comments

Comments
 (0)