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
#1
by Keltezaa - opened
- README.md +11 -0
- images/example_f909sa9d9.png +3 -0
README.md
CHANGED
|
@@ -8,9 +8,20 @@ widget:
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/custom.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-dev
|
| 12 |
instance_prompt: null
|
| 13 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 14 |
---
|
| 15 |
# FantasticalRealism
|
| 16 |
|
|
|
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/custom.png
|
| 11 |
+
- text: >-
|
| 12 |
+
A low-angle shot of a radiant warrior queen standing atop a shattered
|
| 13 |
+
throne, her battle-worn armor glowing faintly with embedded glyphs that
|
| 14 |
+
pulsate with energy, Her flowing cape unfurls behind her catching the wind
|
| 15 |
+
as her piercing gaze meets the viewers, The backdrop features a crumbling
|
| 16 |
+
otherworldly castle bathed in the eerie light of a blood-red moon, The
|
| 17 |
+
figure is hyperdetailed with intricate etchings on her armor and glowing
|
| 18 |
+
symbols presented in the best quality and high resolution,
|
| 19 |
+
output:
|
| 20 |
+
url: images/example_f909sa9d9.png
|
| 21 |
base_model: black-forest-labs/FLUX.1-dev
|
| 22 |
instance_prompt: null
|
| 23 |
license: cc-by-nc-nd-4.0
|
| 24 |
+
|
| 25 |
---
|
| 26 |
# FantasticalRealism
|
| 27 |
|
images/example_f909sa9d9.png
ADDED
|
Git LFS Details
|