Instructions to use CtrlAltArt/Flux_ActionLens with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CtrlAltArt/Flux_ActionLens 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("CtrlAltArt/Flux_ActionLens") prompt = "A photo of a man in a brightly colored tracksuit and gold chains, captured mid-power move while breakdancing on wet pavement under neon lights, y2k style photo with reflections." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 13 files
Browse files- ActionLens.safetensors +3 -0
- images/ComfyUI_00002_.png +3 -0
- images/ComfyUI_00006_.png +3 -0
- images/ComfyUI_00007_.png +3 -0
- images/ComfyUI_00012_.png +3 -0
- images/ComfyUI_00014_.png +3 -0
- images/ComfyUI_00021_.png +3 -0
- images/ComfyUI_00022_.png +3 -0
- images/ComfyUI_00027_.png +3 -0
- images/ComfyUI_00028_.png +3 -0
- images/ComfyUI_00030_.png +3 -0
- images/ComfyUI_00035_.png +3 -0
- images/ComfyUI_00036_.png +3 -0
ActionLens.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6ae639297f456938cd0614608f44f9fc4e6f121e64b62e3462dc9a5e4f4ab1e
|
| 3 |
+
size 18234396
|
images/ComfyUI_00002_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00006_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00007_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00012_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00014_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00021_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00022_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00027_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00028_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00030_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00035_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00036_.png
ADDED
|
Git LFS Details
|