Instructions to use Kvikontent/Ed-Sheeran-SDXL-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kvikontent/Ed-Sheeran-SDXL-V2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Kvikontent/Ed-Sheeran-SDXL-V2") prompt = "Ed Sheeran, realistic" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Rename 66b87707-6934-4091-958e-4242b73f74b9.jpg to images/ed.jpg
Browse files
66b87707-6934-4091-958e-4242b73f74b9.jpg → images/ed.jpg
RENAMED
|
File without changes
|