Instructions to use AiAF/Eefoj_Flux1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AiAF/Eefoj_Flux1 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("AiAF/Eefoj_Flux1") prompt = "Eefoj \\(Artist\\), @EefojLuk, @eefojsoup, 1boy, brown hair, open mouth, black eyes, shirt, t-shirt, solo, male focus, upper body, yellow shirt, cracked wall, indoors, A digital illustration of a young boy with a frown on his face. The boy is wearing a yellow t-shirt and a brown hat. He is standing in front of a wall with a dark background." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#6
by AiAF - opened
- README.md +10 -0
- images/example_bqegnju4q.png +0 -0
README.md
CHANGED
|
@@ -102,6 +102,16 @@ widget:
|
|
| 102 |
signs in the background, it is snowing
|
| 103 |
output:
|
| 104 |
url: images/example_a8c0g0qmz.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
|
| 106 |
---
|
| 107 |
|
|
|
|
| 102 |
signs in the background, it is snowing
|
| 103 |
output:
|
| 104 |
url: images/example_a8c0g0qmz.png
|
| 105 |
+
- text: >-
|
| 106 |
+
Eefoj \(Artist\), @EefojLuk, @eefojsoup, blue eyes, illustration of a
|
| 107 |
+
beautiful woman with long, flowing red hair, wearing a green and gold dress
|
| 108 |
+
with intricate gold embroidery. She has fair skin, and a serene expression.
|
| 109 |
+
Her hair is styled in a braid, and she is wearing a gold headpiece with a
|
| 110 |
+
flower. The background is blurred, with greenery and soft lighting. The
|
| 111 |
+
woman is positioned in the center of the frame, looking directly at the
|
| 112 |
+
camera.
|
| 113 |
+
output:
|
| 114 |
+
url: images/example_bqegnju4q.png
|
| 115 |
|
| 116 |
---
|
| 117 |
|
images/example_bqegnju4q.png
ADDED
|