Instructions to use pixologyds/xtaapse with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pixologyds/xtaapse 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("pixologyds/xtaapse") prompt = "wide and low angle, cinematic, fashion photography. xtaapse sitting on floor wearing a full size white t-shirt with big letters \\\"Taapsee Pannu\\\" logo text, purple jeans, high heels and a gracious look on her face. The background is a color gradient, her face is lit with cool white light, studio setting <lora:xtaapse2k-flux-lora:1>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 4 files
Browse files
images/00035-337609965.png
ADDED
|
Git LFS Details
|
images/00036-555137106.png
ADDED
|
Git LFS Details
|
xtaapse-flux-lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f25a6c430891645e5be16136649fa2ed8835e60d8da5743f1458b3e165b38fc
|
| 3 |
+
size 171969416
|
xtaapse2k-flux-lora.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e356bf9d8c49f7ca0124e8a6936cefd6e5935e1703124b461ee0f532421efe0d
|
| 3 |
+
size 171969416
|