Instructions to use Seanwang1221/ZhaoLusi_FLUX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Seanwang1221/ZhaoLusi_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("Seanwang1221/ZhaoLusi_FLUX") prompt = "ZLS, In a surrealist noir scene, with her cascading platinum black locks framing an enigmatic smile that seems to hold the secrets of the cosmos, dons a one-of-a-kind outfit reminiscent of a celestial being. Her form-fitting ensemble shimmers with iridescent sequins, adorned with a single golden bracelet that pulses with an otherworldly glow. Bathed in soft, diffused moonlight, she stands against the backdrop of a gothic cathedral, her slender fingers tracing the glassy surface of its dark stained-glass window. The camera captures her from a low angle, emphasizing the enchanting allure of her sapphire eyes as they lock onto the viewer, inviting them into a world that lies somewhere between dream and nightmare." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!