Instructions to use mindlywork/LoreOly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mindlywork/LoreOly 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-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mindlywork/LoreOly") prompt = "LoreOly" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
sadsad commited on
Commit ·
d534dbb
1
Parent(s): 6bb88ad
Add 2 files
Browse files
LoreO1y (1).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9c06da7d17628d5a31b826e859872e1b75516737bf8c74071197fd4cf4c0821
|
| 3 |
+
size 912551684
|
images/ce1eae81-970c-4a31-a785-7dcb79c56b6d.jfif
ADDED
|
Binary file (670 kB). View file
|
|
|