Instructions to use chriswang2025/test-git-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chriswang2025/test-git-final with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("chriswang2025/test-git-final") prompt = "test_trigger_word" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - flux | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - wavespeed | |
| base_model: undefined | |
| instance_prompt: test_trigger_word | |
| license: other | |
| # test git upload | |
| <Gallery /> | |
| ## Model description | |
| Test LoRA model uploaded via Git | |
| ## Trigger words | |
| You should use `test_trigger_word` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/chriswang2025/test-git-final/tree/main) them in the Files & versions tab. | |
| ## Training at wavespeed.ai | |
| Training was done using [wavespeed.ai/models/fal-ai/turbo-flux-trainer](https://fal.ai/models/fal-ai/turbo-flux-trainer). | |