Ben

Results 1336 comments of Ben

use the latest notebook https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast_stable_diffusion_AUTOMATIC1111.ipynb

use the A1111 notebook for inference

Image is too large, not enough VRAM, reduce the resolution

fixed, use the latest notebook or add the following at the end of the dependencies cell (without installing any different wandb): !sed -i 's@from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401@@g'...

Use the latest notebook