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
Add generated example
#2
by Keltezaa - opened
- README.md +11 -0
- images/example_ws5xafjwf.png +3 -0
README.md
CHANGED
|
@@ -15,6 +15,17 @@ widget:
|
|
| 15 |
symbols presented in the best quality and high resolution,
|
| 16 |
output:
|
| 17 |
url: images/example_f909sa9d9.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
base_model: black-forest-labs/FLUX.1-dev
|
| 19 |
instance_prompt: null
|
| 20 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 15 |
symbols presented in the best quality and high resolution,
|
| 16 |
output:
|
| 17 |
url: images/example_f909sa9d9.png
|
| 18 |
+
- text: >-
|
| 19 |
+
A low-angle action shot of a celestial huntress mid-leap, her bow drawn and
|
| 20 |
+
glowing with ethereal energy ready to release a brilliant arrow that
|
| 21 |
+
illuminates her face, Her flowing cloak and braided hair streak dynamically
|
| 22 |
+
behind her accentuating her momentum, The abstract cosmos serves as a
|
| 23 |
+
backdrop with swirling nebulae and sparkling stars framing her form, The
|
| 24 |
+
perspective highlights the luminous ornate patterns on her armor and weapon,
|
| 25 |
+
The figure is hyperdetailed, with every texture on her bow and shimmering
|
| 26 |
+
tattoos presented in the best quality and high resolution,
|
| 27 |
+
output:
|
| 28 |
+
url: images/example_ws5xafjwf.png
|
| 29 |
base_model: black-forest-labs/FLUX.1-dev
|
| 30 |
instance_prompt: null
|
| 31 |
license: cc-by-nc-nd-4.0
|
images/example_ws5xafjwf.png
ADDED
|
Git LFS Details
|