Instructions to use Keltezaa/Dynamic_Poses_V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Dynamic_Poses_V2 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("Keltezaa/Dynamic_Poses_V2") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Dynamic Poses V2.safetensors +3 -0
- images/custom.png +3 -0
Dynamic Poses V2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1b6c6f1de6354d8d77e41aa919d727a8acc995f4a8d42ef1fe74932c7ce3c2e
|
| 3 |
+
size 418492088
|
images/custom.png
ADDED
|
Git LFS Details
|