Instructions to use alex4727/tactilegen_ckpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alex4727/tactilegen_ckpt with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("alex4727/tactilegen_ckpt") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
TactileGen Checkpoints
This repository contains checkpoint files used by TactileGen.
Files
| File | Description | Source / license |
|---|---|---|
texture-step3000.safetensors |
TactileGen texture LoRA checkpoint. | TactileGen checkpoint. Use under the terms provided with the TactileGen release. |
lightning-4step-v2.0-noalpha.safetensors |
Qwen-Image 4-step Lightning LoRA used for fast texture generation. This file was renamed/mirrored and .alpha metadata was removed for DiffSynth compatibility. |
Derived from [lightx2v/Qwen-Image-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Lightning/blob/main/Qwen-Image-Lightning-4steps-V2.0.safetensors). The upstream LightX2V license applies; the source repository is tagged apache-2.0 on Hugging Face Hub. This checkpoint is not owned by TactileGen. |
edit-2511-4steps-v1.0-noalpha.safetensors |
Qwen-Image-Edit-2511 4-step Lightning LoRA used for fast base-image editing. This file was renamed/mirrored and .alpha metadata was removed for DiffSynth compatibility. |
Derived from [lightx2v/Qwen-Image-Edit-2511-Lightning](https://huggingface.co/lightx2v/Qwen-Image-Edit-2511-Lightning/blob/main/Qwen-Image-Edit-2511-Lightning-4steps-V1.0-fp32.safetensors). The upstream LightX2V license applies; the source repository is tagged apache-2.0 on Hugging Face Hub. This checkpoint is not owned by TactileGen. |
The LightX2V checkpoints above are redistributed only for convenience in the TactileGen setup flow. No additional ownership or relicensing is claimed over those upstream checkpoints.
Download
hf download alex4727/tactilegen_ckpt --repo-type model --local-dir ckpt
- Downloads last month
- 38
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support