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