AlekseyCalvin's picture
Update README.md
27fefcd verified
|
raw
history blame
1.11 kB
metadata
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.

PILLZAR Content Generator Flux LoRA Var. II

||||||| By SilverAgePoets.com |||||||

Prompt
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!"
Prompt
PILLZAR style Holiday commercial marketing of "PILLZAR" brand ๐Ÿ’Š dispenser magnetic system, "Pillzar" brand timer with single button and time alarm screen, on a magnet board.
Prompt
Text: "HAPPY WINTER SOLSTICE from Pillzar!" PILLZAR style, professional beautiful best quality 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!"

Trigger words

You should use PILLZAR style commercial marketing promo image featuring a "PILLZAR" brand medication organizer system with stackable dispenser containers & a time-alarm component or/and PILLZAR style marketing brochure by "PILLZAR".

Use it with the ๐Ÿงจ diffusers library

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]