Instructions to use Shadowcode/IU_album_cover with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shadowcode/IU_album_cover 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-xl-base-0.9", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shadowcode/IU_album_cover") prompt = "A photo of silsam album cover" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 133 Bytes
d1b4a92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:556153308d1c56239f2b336dcc6871974fb68a96f774d115c909eaa49b4a9884
size 30226675
|