Instructions to use bep40/Lisamy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bep40/Lisamy with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("bep40/Lisamy") prompt = "Lisamy" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 4 files
Browse files- images/1000022197.png +3 -0
- lisamyv4-000004.safetensors +3 -0
- lisamyv4-000008.safetensors +3 -0
- lisamyv4.safetensors +3 -0
images/1000022197.png
ADDED
|
Git LFS Details
|
lisamyv4-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e28e5f495e607bf83f4ab0a102be156c529b0b1d6e61daf428e0f0d04ba484b
|
| 3 |
+
size 39757136
|
lisamyv4-000008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0af9fea2f45cd914d046cef0062519c638c2f0789bda6c1959390c22003a186
|
| 3 |
+
size 39757136
|
lisamyv4.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0918ece9ac5099bc71683ae30afafc9f1aca5c017df53757c1d64112af45d0e3
|
| 3 |
+
size 39757136
|