Instructions to use Leon1000/Flux-Seamless-Texture-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Leon1000/Flux-Seamless-Texture-LoRA 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("Leon1000/Flux-Seamless-Texture-LoRA") prompt = "smlstxtr, A pattern of crystalline formations in amethyst purple, seamless texture" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| license: apache-2.0 | |
| language: | |
| - en | |
| base_model: | |
| - black-forest-labs/FLUX.1-dev | |
| pipeline_tag: text-to-image | |
| library_name: diffusers | |
| widget: | |
| - text: smlstxtr, A pattern of crystalline formations in amethyst purple, seamless texture | |
| output: | |
| url: images/image1.jpg | |
| - text: smlstxtr, A surface of rough sandstone with wind-carved ripples, seamless texture | |
| output: | |
| url: images/image2.jpg | |
| - text: smlstxtr, A pattern of interlocked gears in various sizes and brass finish, seamless texture | |
| output: | |
| url: images/image3.jpg | |
| - text: smlstxtr, A surface of bubbling mud with earthy brown tones, seamless texture | |
| output: | |
| url: images/image4.jpg | |
| - text: smlstxtr, A network of tree bark with deep furrows and moss patches, seamless texture | |
| output: | |
| url: images/image5.jpg | |
| - text: smlstxtr, A dense cluster of white snowflakes on dark blue background, seamless texture | |
| output: | |
| url: images/image6.jpg | |
| - text: smlstxtr, A pattern of overlapping dragon scales in metallic green, seamless texture | |
| output: | |
| url: images/image7.jpg | |
| - text: smlstxtr, A surface of brushed aluminum with linear scratches, seamless texture | |
| output: | |
| url: images/image8.jpg | |
| - text: smlstxtr, A collection of colorful beach pebbles packed tightly together, seamless texture | |
| output: | |
| url: images/image9.jpg | |
| - text: smlstxtr, A field of tall grass swaying in multiple directions, seamless texture | |
| output: | |
| url: images/image10.jpg | |
| - text: smlstxtr, A weathered concrete wall with exposed aggregate and cracks, seamless texture | |
| output: | |
| url: images/image11.jpg | |
| - text: smlstxtr, A network of glowing green circuit board traces on black, seamless texture | |
| output: | |
| url: images/image12.jpg | |
| - text: smlstxtr, A dense carpet of autumn leaves in red and orange hues, seamless texture | |
| output: | |
| url: images/image13.jpg | |
| - text: smlstxtr, A mosaic pattern of iridescent glass tiles in turquoise and purple, seamless texture | |
| output: | |
| url: images/image14.jpg | |
| - text: smlstxtr, A rusty metal surface with peeling paint and corrosion spots, seamless texture | |
| output: | |
| url: images/image15.jpg | |
| tags: | |
| - lora | |
| ### Usage | |
| ```smlstxtr, <<your prompt>>, seamless texture``` for best results | |
| This LoRA is trained with [FAL Fast LoRA Trainer](https://fal.ai/models/fal-ai/flux-lora-fast-training) . | |
| <Gallery /> | |