File size: 1,437 Bytes
27fefcd
 
 
 
 
 
 
 
 
 
 
 
 
62f1d9b
 
 
 
 
 
 
 
 
 
 
27fefcd
 
5cb7248
1364005
80bbdd8
27fefcd
 
 
 
0212b2c
27fefcd
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: apache-2.0
language:
- en
base_model:
- black-forest-labs/FLUX.1-dev
tags:
- lora
- flux
- diffusers
- image-generation
pipeline_tag: text-to-image
library_name: diffusers
instance_prompt: >-
  PILLZAR style commercial marketing promo image featuring a "PILLZAR" brand
  stackable medication dispenser with built-in magnet.
widget:
- text: >-
    crisp PILLZAR style New Years and Holiday card featuring a Santa-color
    Pillzar brand stackable ๐ŸŒˆ  medication dispenser on a Christmas-themed
    magnet board, and the text "HAPPY HOLIDAYS FROM PILLZAR!"
  output:
    url: images/example_e1zj17a3k.png

---

## PillZAR Style Generator Flux LoRA Var. II
## ___||||||||||||| By SilverAgePoets.com |||||||||||||___
## ||||||||||||| Featuring: PILLZAR.com |||||||||||||

<Gallery />

## Trigger words
Prompt with `PILLZAR style commercial promo ad featuring a "PILLZAR" brand medication organizer system with stackable containers & a time-alarm component` or/and `PILLZAR style marketing brochure by "Pillzar"`.<br>

## 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_var2_BySilverAgePoets')
image = pipeline('your prompt').images[0]