We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9eb86 commit 7131e7fCopy full SHA for 7131e7f
keras_cv/src/models/stable_diffusion/stable_diffusion.py
@@ -380,7 +380,7 @@ class StableDiffusion(StableDiffusionBase):
380
rounded to the nearest valid value. Defaults to 512.
381
jit_compile: bool, whether to compile the underlying models to XLA.
382
This can lead to a significant speedup on some systems. Defaults to
383
- False.
+ True.
384
385
Example:
386
@@ -466,7 +466,8 @@ class StableDiffusionV2(StableDiffusionBase):
466
467
468
469
470
+
471
472
473
```python
0 commit comments