Instructions to use Chan-Y/flux-crystal-apple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Chan-Y/flux-crystal-apple 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("Chan-Y/flux-crystal-apple") prompt = "CRYSTAL style, intricately moving clockwork mechanisms with interlocking gears, mainsprings, and balance wheels, set amidst ornate, golden Roman numerals, all encased within a perfectly transparent, polished glass apple, adorned with a tastefully weathered, bronze stem, illuminated by soft, warm, antique lighting that accentuates the intricate textures and reflective surfaces, evoking a sense of nostalgia and wonder, with a subtle, gentle glow emanating from within, as if the clockwork is alive." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K