Instructions to use eagle13gy/path_to_lora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use eagle13gy/path_to_lora_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("CompVis/stable-diffusion-v1-4", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("eagle13gy/path_to_lora_model") prompt = "a photo of sks dog" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
6458e74 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30c5a6434698500e5e70a76af64fb7116f9dd0ce4922a2119ef5117b0e892c1c
size 3289051
|