stable-diffusion-diffusers-colab icon indicating copy to clipboard operation
stable-diffusion-diffusers-colab copied to clipboard

🤗 HuggingFace Diffusers Flax TPU and PyTorch GPU for Colab

Results 2 stable-diffusion-diffusers-colab issues
Sort by recently updated
recently updated
newest added

is there any way to get api of this?

I'm trying to run this line on Google Colab: `pipeline = StableDiffusionXLPipeline.from_single_file("/content/models/juggernautXL_version2.safetensors", torch_dtype=torch.float16, use_safetensors=True, safety_checker=None ).to("cuda")` But it crashes because Colab runs out of RAM. Here's the [related notebook](https://github.com/camenduru/stable-diffusion-diffusers-colab/blob/main/pytorch_stable_diffusion_3.ipynb). I...