Instructions to use samarthum/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use samarthum/model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("samarthum/model") prompt = "a photo of sks dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- 648640742ee236b2c5a789380ecf7f37a2dd583af7f8f1e32f93a0d260fc5dbb
- Size of remote file:
- 3.29 MB
- SHA256:
- b66bde85a37e5a7f61d844e487e81f5c0deeac690ae7b9cd55f7e6da5bc38ba9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.