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
#4
by AiAF - opened
- README.md +8 -0
- images/example_rwcochhc5.png +0 -0
README.md
CHANGED
|
@@ -87,6 +87,14 @@ widget:
|
|
| 87 |
sitting in a bath tub
|
| 88 |
output:
|
| 89 |
url: images/example_kgxzi9hoz.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
---
|
| 92 |
|
|
|
|
| 87 |
sitting in a bath tub
|
| 88 |
output:
|
| 89 |
url: images/example_kgxzi9hoz.png
|
| 90 |
+
- text: >-
|
| 91 |
+
Eefoj \(Artist\), @EefojLuk, @eefojsoup, a digital illustration of a young
|
| 92 |
+
woman with pink hair, wearing a green t-shirt with the word "FLUX" written
|
| 93 |
+
across the front in black lettering. She stands in a field at night, with a
|
| 94 |
+
field of grass and trees in the background. The sky is dark, and the scene
|
| 95 |
+
is lit by floodlights.
|
| 96 |
+
output:
|
| 97 |
+
url: images/example_rwcochhc5.png
|
| 98 |
|
| 99 |
---
|
| 100 |
|
images/example_rwcochhc5.png
ADDED
|