Instructions to use aigchacker/Text-Poster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aigchacker/Text-Poster 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("aigchacker/Text-Poster") prompt = "Text poster, a couple" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - image-generation | |
| - flux | |
| - safetensors | |
| widget: | |
| - text: Text poster, a couple | |
| output: | |
| url: images/6dd1a918d89991ad5e40513ab88e7d892077f89dac93edcf4b660dd2.jpg | |
| - text: Text poster, a woman sitting in a cafe | |
| output: | |
| url: images/d2586464001008a80b5e45104e0f23290a35db048cab2e4fc4bfa356.jpg | |
| - text: Text poster, eiffel tower | |
| output: | |
| url: images/f25e24ecfbd0aa96fb6f55ab29288ba4d1fffe79fd95679d9d2f1329.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: text poster | |
| 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 | |
| # FLUX.1-dev-LoRA-Text-Poster | |
| This is a LoRA (Text Poster) trained on FLUX.1-dev for artistic text poster by [cooooool](https://www.shakker.ai/userpage/c4d790d27e6b4de69f3f3508daf8f4c5/publish). If you are also interested in sharing your models on our platform, welcome to join our [Discord Community](https://huggingface.co/spaces/Shakker-Labs/README/blob/main/(https://discord.gg/5TuxSjJya6)). | |
| <div class="container"> | |
| <img src="./poster.jpeg" width="1024"/> | |
| </div> | |
| ## Showcases | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `text poster` to trigger the image generation. The recommended scale is `0.8` to `1.0` in diffusers. | |
| ## Online Inference | |
| You can also download this model at [Shakker AI](https://www.shakker.ai/modelinfo/579ab130b53246fea49811bf80d38486/FLUX-text-poster?from=search), where we provide an online interface to generate images. | |
| ## Acknowledgements | |
| This model is trained by our copyrighted users [cooooool](https://www.shakker.ai/userpage/c4d790d27e6b4de69f3f3508daf8f4c5/publish). We release this model under permissions. The model follows [flux-1-dev-non-commercial-license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md). | |