Instructions to use vcm07/l1n3s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vcm07/l1n3s 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("vcm07/l1n3s") prompt = "l1n3s" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload i_pomo_mix_1n3sFilM1CNiji.safetensors with huggingface_hub
Browse files- .gitattributes +1 -0
- i_pomo_mix_1n3sFilM1CNiji.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
lora.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 1 |
lora.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
i_pomo_mix_1n3sFilM1CNiji.safetensors filter=lfs diff=lfs merge=lfs -text
|
i_pomo_mix_1n3sFilM1CNiji.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aedd174b182bed15bc6a76a22724a2a7ba974bd4a68e272623f3adeb7c81a52
|
| 3 |
+
size 1604667472
|