Instructions to use erkam/sd-pokemon-model-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use erkam/sd-pokemon-model-lora 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("erkam/sd-pokemon-model-lora") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- e2c29dc78d53abe3c18eb21c15eeeb1301c05778a8f0107aa508ab112204c865
- Size of remote file:
- 557 Bytes
- SHA256:
- cf9f8cd5c842b991fde15b5705c3a77b9d9b8588367a375aeaebc97f614b1e1a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.