Instructions to use Keltezaa/FantasticalRealism with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/FantasticalRealism 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("Keltezaa/FantasticalRealism") prompt = "A low-angle shot of a radiant warrior queen standing atop a shattered throne, her battle-worn armor glowing faintly with embedded glyphs that pulsate with energy, Her flowing cape unfurls behind her catching the wind as her piercing gaze meets the viewers, The backdrop features a crumbling otherworldly castle bathed in the eerie light of a blood-red moon, The figure is hyperdetailed with intricate etchings on her armor and glowing symbols presented in the best quality and high resolution," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!