Instructions to use alex4727/text2tactilegraphics_ckpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alex4727/text2tactilegraphics_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/text2tactilegraphics_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
Text2TactileGraphics Checkpoints
This repository contains checkpoint files used by Text2TactileGraphics.
Files
| File | Description | Source / license |
|---|---|---|
texture-step3000.safetensors |
Text2TactileGraphics texture LoRA checkpoint. | Text2TactileGraphics checkpoint. Use under the terms provided with the Text2TactileGraphics 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. The upstream LightX2V license applies; the source repository is tagged apache-2.0 on Hugging Face Hub. This checkpoint is not owned by Text2TactileGraphics. |
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. The upstream LightX2V license applies; the source repository is tagged apache-2.0 on Hugging Face Hub. This checkpoint is not owned by Text2TactileGraphics. |
The LightX2V checkpoints above are redistributed only for convenience in the Text2TactileGraphics setup flow. No additional ownership or relicensing is claimed over those upstream checkpoints.
Download
hf download alex4727/text2tactilegraphics_ckpt --repo-type model --local-dir ckpt
- Downloads last month
- 75
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support