Instructions to use JINTAIRE/anime_pose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use JINTAIRE/anime_pose with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-medium", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("JINTAIRE/anime_pose") prompt = "anime pose ,white background,full body,1boy, sitting,sketch, <lora:anime posev3:0.8:qie3>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 5 files
Browse files- anime pose(final).safetensors +3 -0
- images/194264-4213017932-anime pose ,white background,full body,1boy, sitting,sketch, _lora_anime posev3_0.8_qie3_.png +3 -0
- images/194265-1103517124-anime pose ,white background,full body,1boy, sitting,sketch, _lora_anime posev3_0.8_qie3_.png +3 -0
- images/194273-1098947281-anime pose ,white background,sketch, _lora_anime pose(final)_1_.png +3 -0
- images/194274-2957045598-anime pose ,white background,sketch, _lora_anime pose(final)_1_.png +3 -0
anime pose(final).safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9661ca766cffd8da2e64c18cad210c0b6e2a0637f9d45e8bcc1fdf8e8581bc0f
|
| 3 |
+
size 151108832
|
images/194264-4213017932-anime pose ,white background,full body,1boy, sitting,sketch, _lora_anime posev3_0.8_qie3_.png
ADDED
|
Git LFS Details
|
images/194265-1103517124-anime pose ,white background,full body,1boy, sitting,sketch, _lora_anime posev3_0.8_qie3_.png
ADDED
|
Git LFS Details
|
images/194273-1098947281-anime pose ,white background,sketch, _lora_anime pose(final)_1_.png
ADDED
|
Git LFS Details
|
images/194274-2957045598-anime pose ,white background,sketch, _lora_anime pose(final)_1_.png
ADDED
|
Git LFS Details
|