Skip to content

Commit

Permalink
fix: fix names and remove karras (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 authored Sep 11, 2024
1 parent 94464a2 commit 463a6e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions stable_diffusion.json
Original file line number Diff line number Diff line change
Expand Up @@ -6993,7 +6993,7 @@
"baseline": "flux_1",
"type": "ckpt",
"inpainting": false,
"description": "FLUX.1 [dev] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. For more information, please read our blog post.",
"description": "FLUX.1 [schnell] is a 12 billion parameter rectified flow transformer capable of generating images from text descriptions. For more information, please read our blog post.",
"version": "1.0",
"style": "generalist",
"homepage": "https://flux1ai.com/",
Expand All @@ -7007,9 +7007,6 @@
"clip_skip": 1,
"samplers": [
"k_euler"
],
"schedulers": [
"karras"
]
},
"config": {
Expand Down Expand Up @@ -7053,9 +7050,6 @@
"clip_skip": 1,
"samplers": [
"k_euler"
],
"schedulers": [
"karras"
]
},
"config": {
Expand Down

0 comments on commit 463a6e7

Please sign in to comment.