Instructions to use nakkati/baseline_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nakkati/baseline_final with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-2-1-base", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("nakkati/baseline_final") prompt = "photo of Luffy, the pirate with a straw hat" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
- Xet hash:
- b304d03e77f3b94399c6d4c1f4ed36c611bc516e923bf6f779833b9f5211bdff
- Size of remote file:
- 6.85 MB
- SHA256:
- 61f2d956ea63fb62cc54d48fc57ecac843625d2a795c6d60c6c6b27c5addfb02
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.