Instructions to use nakkati/baseline_final2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nakkati/baseline_final2 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_final2") 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:
- bb30a24879ceaa0eebfe1960a19f0361ae71a23ef538493944ba4eaeb83a6f89
- Size of remote file:
- 6.85 MB
- SHA256:
- 2bb08d555f28ceda5d09d80e0fb4c5b184048be0ab87c28e73628bdff160a23a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.