Instructions to use gpustack/stable-diffusion-v1-5-inpainting-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gpustack/stable-diffusion-v1-5-inpainting-GGUF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("gpustack/stable-diffusion-v1-5-inpainting-GGUF", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- 34e2da5b4d80e82efeb22fc7323f63d634d6003f68cc498c35e774b543158f7c
- Size of remote file:
- 2.13 GB
- SHA256:
- 407968ed48ff2c9d28e4b29e65008530d9961b6515c77068a392145bcbc6a0ae
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.