Skip to content

Commit 35d8bbc

Browse files
committed
a little more safety on generated images
1 parent b293f62 commit 35d8bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/jobs/generate_basil_image_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def perform(basil_commission_id)
3737
steps: 20,
3838
# Add other parameters like negative_prompt, width, height, sampler_index, etc. as needed
3939
# Example:
40-
negative_prompt: "nudity, nsfw, nude, xxx, low quality, blurry, worst quality, diptych, triptych, multiple images, multiple subjects, signed, signature, watermark, watermarked",
40+
negative_prompt: "(naked, nudity, nsfw, nude), (sex, hardcore, porn, pornographic), xxx, low quality, blurry, worst quality, diptych, triptych, multiple images, multiple subjects, signed, signature, watermark, watermarked",
4141
width: 512,
4242
height: 512,
4343
override_settings: {

0 commit comments

Comments
 (0)