Instructions to use GenAIJake/d3xt3r with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use GenAIJake/d3xt3r 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("GenAIJake/d3xt3r") prompt = "d3xt3r dachshund oil painting" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - flux | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| - fluxgym | |
| widget: | |
| - output: | |
| url: sample/d3xt3r_004800_00_20240922040016.png | |
| text: d3xt3r dachshund oil painting | |
| - output: | |
| url: sample/d3xt3r_004800_02_20240922040201.png | |
| text: d3xt3r dachshund in a field | |
| - output: | |
| url: sample/d3xt3r_004800_03_20240922040255.png | |
| text: d3xt3r dog in a little suit | |
| - text: d3xt3r dog as Batman | |
| output: | |
| url: images/example_ui8ds32h4.png | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: d3xt3r | |
| license: other | |
| license_name: flux-1-dev-non-commercial-license | |
| license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md | |
| # d3xt3r | |
| A Flux LoRA trained on a local computer with [Fluxgym](https://github.com/cocktailpeanut/fluxgym) | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `d3xt3r` to trigger the image generation. | |
| ## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc. | |
| Weights for this model are available in Safetensors format. | |