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:0ac0f9230ee3a12e3ae40c51bb540b6998aedca539727204a8f6e9ad05e7578f
size 1457056057
|