Instructions to use ishikawa/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ishikawa/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("ishikawa/model") prompt = "a painting of sks terada" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- f47e18f1231529b7c0937c19f3c49c1da0b79f14c845a795ad7c7ce3645c4605
- Size of remote file:
- 6.59 MB
- SHA256:
- b89b7543bcc36e3574e1bbe6c18083a8ba10d5ef203f650593a8eafadd79e54e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.