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:9c8b966b6b9828510a5d533906a2d9f70f3ad1fbce4f2a6b42d49f9254820eb1
size 1457056057
|