Skip to content

Commit

Permalink
feat: adjust quick-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Apr 26, 2024
1 parent 5305afa commit f1ce2ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/vj.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,20 @@ const quickSettings: {
{
id: v4(),
steps: 3,
guidance_scale: 0.8,
strength: 0.95,
guidance_scale: 0,
strength: 1,
},
{
id: v4(),
steps: 4,
guidance_scale: 1.1,
strength: 0.9,
guidance_scale: 0,
strength: 1,
},
{
id: v4(),
steps: 5,
guidance_scale: 1.5,
strength: 0.85,
guidance_scale: 1.0,
strength: 0.95,
},
];

Expand Down

0 comments on commit f1ce2ae

Please sign in to comment.