How to use GeorgeQi/Color-Palette-Flux_dev with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("GeorgeQi/Color-Palette-Flux_dev", dtype=torch.bfloat16, device_map="cuda") prompt = "an intricately designed perfume bottle resting on a vintage carved dressing table, flanked by elegant makeup and jewelry, with a gilded mirror above and a vase of peonies adding a romantic ambiance, all depicted in a refined vintage style." image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!