--- 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 language: - en tags: - flux - diffusers - lora - replicate base_model: black-forest-labs/FLUX.1-dev pipeline_tag: text-to-image instance_prompt: PILLZAR widget: - text: >- PILLZAR style elegant Holiday ad image featuring a Pillzar brand stackable ๐ŸŒˆ medication dispenser on a Christmas-themed magnet board. "HAPPY HOLIDAYS FROM PILLZAR!" output: url: images/example_u51ku9ek0.png --- ## PillZAR Promo Generator Flux LoRA Var.I ## ___||||||||||||| By SilverAgePoets.com |||||||||||||___ ## ||||||||||||| *Featuring:* **PILLZAR.com** ||||||||||||| ## Trigger words Prompt with `PILLZAR style image` or/& `PILLZAR style commercial promo ad featuring a "PILLZAR" brand medication organizer system with stackable containers & a time-alarm component` or/& `PILLZAR style marketing brochure by "Pillzar"`.
## Use it with the [๐Ÿงจ diffusers library](https://github.com/huggingface/diffusers) ```py from diffusers import AutoPipelineForText2Image import torch pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda') pipeline.load_lora_weights('AlekseyCalvin/Pillzar_Style_FluxLoRA_bySilverAgePoets', weight_name='pillzar_style_fluxLoRA_ver1_by_SilverAgePoets.safetensors') image = pipeline('your prompt').images[0] ``` For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)