How to use KKKKKIIIIIIIMMMMM/80s-chrome-typeface-FLUX 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("KKKKKIIIIIIIMMMMM/80s-chrome-typeface-FLUX") prompt = "and reflective letters. The letters are styled with a shiny, resembling stars., giving it a retro-futuristic appearance. The central element is a stylized, reflective appearance. The word \"TURNOVER\" is positioned centrally on a plain white background. Surrounding the text are various elements that add to the overall design., dark blue at the top to a lighter, metallic letters. The letters are outlined with a glowing blue neon effect, retro-futuristic design. The central focus is a 3D-looking text, metallic frame that mirrors the reflective quality of the letters" image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!