How to use Sri2901/watch_raga_shift 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("Sri2901/watch_raga_shift") prompt = "A photo-realistic still life shoot from a close-up angle about a luxury Rolex watch on a wooden surface with a reflective surface, set against a dark and moody background with soft, warm lighting. the image also shows a gold Rolex Oyster Perpetual Datejust watch with a polished finish and a gold bracelet. on the right side of the image, the watch is placed on a dark surface, with its reflection visible on the wooden surface. the watch has a gold dial with luminous hands and hour markers, and a date window at the 3 o'clock position. the background is blurred, with a subtle, warm light illuminating the watch, creating a sense of depth and dimensionality. the overall mood is sophisticated and sophisticated, with the focus on the watch and its reflection in the dark surface." image = pipe(prompt).images[0]
The community tab is the place to discuss and collaborate with the HF community!