Instructions to use Keltezaa/Fire_Spirit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Fire_Spirit 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/Fire_Spirit") prompt = "bailing_fire, A girl **** entirely of flames stands, her body engulfed in fire. Her form flickers and sways, semi-transparent and composed entirely of fire elements. The flames seem to rise naturally from her, as though she is both part of the fire and its source. The surroundings are blurred, keeping the focus entirely on her fiery presence. The flames ripple and pulse, wrapping around her form, creating an intense yet surreal atmosphere.freckles,masterpiece,best quality,light particle,depth of field,fantasy,blunt bangs,a cute girl,Porta 160 color,shot on ARRI ALEXA 65,bokeh,sharp focus on subject,highest details,photorealistic,high background details,high face details,8k" 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 +14 -0
- images/example_3pdeeyc3b.png +3 -0
README.md
CHANGED
|
@@ -18,9 +18,23 @@ widget:
|
|
| 18 |
background details,high face details,8k
|
| 19 |
output:
|
| 20 |
url: images/custom.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
base_model: black-forest-labs/FLUX.1-dev
|
| 22 |
instance_prompt: bailing_fire
|
| 23 |
license: mit
|
|
|
|
| 24 |
---
|
| 25 |
# Fire Spirit
|
| 26 |
|
|
|
|
| 18 |
background details,high face details,8k
|
| 19 |
output:
|
| 20 |
url: images/custom.png
|
| 21 |
+
- text: >-
|
| 22 |
+
bailing_fire, A girl **** entirely of flames stands, her body engulfed in
|
| 23 |
+
fire. Her form flickers and sways, semi-transparent and composed entirely of
|
| 24 |
+
fire elements. The flames seem to rise naturally from her, as though she is
|
| 25 |
+
both part of the fire and its source. The surroundings are blurred, keeping
|
| 26 |
+
the focus entirely on her fiery presence. The flames ripple and pulse,
|
| 27 |
+
wrapping around her form, creating an intense yet surreal
|
| 28 |
+
atmosphere.freckles,masterpiece,best quality,light particle,depth of
|
| 29 |
+
field,fantasy,blunt bangs,a cute girl,Porta 160 color,shot on ARRI ALEXA
|
| 30 |
+
65,bokeh,sharp focus on subject,highest details,photorealistic,high
|
| 31 |
+
background details,high face details,8k
|
| 32 |
+
output:
|
| 33 |
+
url: images/example_3pdeeyc3b.png
|
| 34 |
base_model: black-forest-labs/FLUX.1-dev
|
| 35 |
instance_prompt: bailing_fire
|
| 36 |
license: mit
|
| 37 |
+
|
| 38 |
---
|
| 39 |
# Fire Spirit
|
| 40 |
|
images/example_3pdeeyc3b.png
ADDED
|
Git LFS Details
|