Skip to content

Commit

Permalink
Update built in styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Nov 5, 2024
1 parent a76dc89 commit 618be81
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 20 deletions.
11 changes: 8 additions & 3 deletions ai_diffusion/styles/cinematic-photo-xl.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "Cinematic Photo (XL)",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "juggernautXL_version6Rundiffusion.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"juggernautXL_juggXIByRundiffusion.safetensors",
"Juggernaut_X_RunDiffusion.safetensors",
"juggernautXL_v9Rundiffusionphoto2.safetensors",
"juggernautXL_version6Rundiffusion.safetensors"
],
"loras": [],
"style_prompt": "cinematic film still {prompt}",
"negative_prompt": "anime, cartoon, graphic, text, painting, crayon, graphite, abstract",
Expand Down
10 changes: 7 additions & 3 deletions ai_diffusion/styles/cinematic-photo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "Cinematic Photo",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "realisticVisionV51_v51VAE.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"serenity_v21Safetensors.safetensors",
"realisticVisionV60B1_v60B1VAE.safetensors",
"realisticVisionV51_v51VAE.safetensors"
],
"loras": [],
"style_prompt": "cinematic photo of {prompt}, photograph, film, best quality, highres",
"negative_prompt": "drawing, painting, sketch, bad quality, low resolution, blurry",
Expand Down
8 changes: 5 additions & 3 deletions ai_diffusion/styles/comic-anime.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "Comic & Anime",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "flat2DAnimerge_v45Sharp.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"flat2DAnimerge_v45Sharp.safetensors"
],
"loras": [],
"style_prompt": "anime artwork {prompt} . comic art, graphic novel art, studio anime, highly detailed",
"negative_prompt": "embedding:EasyNegative, photo, deformed, black and white, realism, disfigured, low contrast",
Expand Down
9 changes: 6 additions & 3 deletions ai_diffusion/styles/digital-artwork-xl.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "Digital Artwork (XL)",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "zavychromaxl_v80.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"pixelwave_11.safetensors",
"zavychromaxl_v80.safetensors"
],
"loras": [],
"style_prompt": "concept art {prompt} . digital artwork, illustrative, matte painting",
"negative_prompt": "photo, photorealistic",
Expand Down
8 changes: 5 additions & 3 deletions ai_diffusion/styles/digital-artwork.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "Digital Artwork",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "dreamshaper_8.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"dreamshaper_8.safetensors"
],
"loras": [],
"style_prompt": "digital artwork of {prompt}, best quality, highres, 4k",
"negative_prompt": "photo, photorealistic, bad quality, low resolution, blurry",
Expand Down
8 changes: 5 additions & 3 deletions ai_diffusion/styles/flux-schnell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "Flux [schnell]",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "flux1-schnell-fp8.safetensors",
"version": 2,
"architecture": "auto",
"checkpoints": [
"flux1-schnell-fp8.safetensors"
],
"loras": [],
"style_prompt": "photo of {prompt}, atmospheric film still",
"negative_prompt": "",
Expand Down
7 changes: 5 additions & 2 deletions ai_diffusion/styles/flux.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "Flux",
"version": 1,
"sd_version": "auto",
"sd_checkpoint": "flux1-dev-fp8.safetensors",
"architecture": "auto",
"checkpoints": [
"flux1-dev-fp8.safetensors",
"flux1-dev.safetensors"
],
"loras": [],
"style_prompt": "photo of {prompt}, atmospheric film still",
"negative_prompt": "",
Expand Down

0 comments on commit 618be81

Please sign in to comment.