Instructions to use ethers/avril15s02-lora-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ethers/avril15s02-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("ethers/avril15s02-lora-model") 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:
- 05e8598d2b649b7d2ee261d54594eadb528e72fecee68c98676197476e62ad2c
- Size of remote file:
- 6.59 MB
- SHA256:
- 73ddd588896d05db29ae42c2f82220a9e5f0c98cc68288dbf701329e588c7013
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.