Skip to content

Commit 7de37b7

Browse files
committed
update pepexl model demo settings
1 parent 2ae8ec7 commit 7de37b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/guides/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Example usage:
9292

9393
```typescript
9494
const result = await generateImage({
95-
prompt: "a beautiful sunset",
95+
prompt: "pepe_frog, meme, web comic, cartoon, 3d render",
9696
width: 512,
9797
height: 512,
9898
numIterations: 20, // optional
99-
guidanceScale: 7.5, // optional
99+
guidanceScale: 3, // optional
100100
seed: -1, // optional
101101
modelId: "PepeXL" // optional
102102
}, runtime);

0 commit comments

Comments
 (0)