-
Hi, NewB here. I have trouble with installing the ComfyUI Controlnet node. I used this video (https://www.youtube.com/watch?v=FJwcBTL_voc&list=PLepQO73yVqJY3qTGGeBI7v2C5q4JigoIl&index=1&pp=iAQB) to in…
-
### Version
0.7.0a
### On which installation method(s) does this occur?
Docker, Source
### Describe the issue
**Analysis**: The error comes because `model_kwargs` are double nested when passed to…
-
when trying the inference for Chinese TTS, it will turn out the following error:
`RuntimeError: The size of tensor a (1649) must match the size of tensor b (1758) at non-singleton dimension 3`
I…
-
## Arxiv/Blog/Paper Link
[Blog](https://blog.research.google/2024/03/generative-ai-to-quantify-uncertainty.html)
[Arxiv](https://arxiv.org/pdf/2306.14066.pdf)
[Science Paper](https://www.science.…
-
I keep getting this error when I attempt to generate an image. Unfortunately I have no idea what it means. Here's my error
Error occurred when executing UltimateSDUpscale:
Cannot copy out of met…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Support Stable Diffusion 3 Medium
ht…
-
TODO: Deeplab V3 presets don't work in Keras 2 - https://github.com/sampathweb/keras-cv/blob/86200dcc3884f441f9e648127e8c67c318c57725/keras_cv/models/segmentation/deeplab_v3_plus/deeplab_v3_plus.py#L2…
-
The last cell crashes.
```
Calculating sha256 for /content/gdrive/MyDrive/sd/stable-diffusion-webui/models/Stable-diffusion/model.ckpt: 4c618792b5a84cd0e4453ae815d32a59f3bee6794240c40a10ee004db7486b…
-
## tl;dr
- We have consolidated KerasNLP and KerasCV into a new **KerasHub** package.
- We have renamed the `keras-nlp` GitHub repository to `keras-hub`.
- **All existing usages will continue to …
-
```
pipe.scheduler = UniPCMultistepScheduler.from_config(pipe.scheduler.config)
pipe = pipe.to("cuda")
prompt = "a beautiful landscape photograph"
pipe.enable_vae_tiling()
```