Instructions to use yangsui/save_multi_gpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use yangsui/save_multi_gpu with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("yangsui/save_multi_gpu") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-2-1", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 135 Bytes
8d9d78b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:56e893e9e77ac6d6f05f9086e1e592903560e5e13ef31c2e2e7cc70b4a7ff266
size 1457056057
|