Instructions to use EX4L/Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EX4L/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("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EX4L/Lora") prompt = "?" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- Hello_world.safetensors +3 -0
- Xyzu.safetensors +3 -0
- images/1000001996.png +3 -0
Hello_world.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8d1c1c3c05ea0968f22a5c58d3fc5cb5392e2b954fa17041878c0da604bb3b8
|
| 3 |
+
size 228454868
|
Xyzu.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adecae5ef27d8f88652da42e44ae61994e0f211ec923aa329be4ccd0a5410aa4
|
| 3 |
+
size 228453788
|
images/1000001996.png
ADDED
|
Git LFS Details
|