Instructions to use bep40/Lisamyv3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bep40/Lisamyv3 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/Lisamyv3") prompt = "Lisamy" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files- images/1000022179.png +3 -0
- lisamy (1).safetensors +3 -0
- lisamy-000004.safetensors +3 -0
- lisamy-000008.safetensors +3 -0
images/1000022179.png
ADDED
|
Git LFS Details
|
lisamy (1).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f10c043570fdcaecc87e67d54c77d874154a9ea241896c370acb8a761f957b83
|
| 3 |
+
size 39757120
|
lisamy-000004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d012db810fd09975245393f073ed7401f3ed2878d828c977b614e3c2981cccd
|
| 3 |
+
size 39757120
|
lisamy-000008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7b44d87b61da8fbc49f024d7238e7f1e04f905237720c56687e4d57a27583f2
|
| 3 |
+
size 39757120
|