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