Instructions to use jmxt/jo-flux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jmxt/jo-flux 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("jmxt/jo-flux") prompt = "Jo, a 41-year-old father, smiling as he looks out the window and sees planet Earth, in a spaceship, wearing an astronaut orange suit with the NASA symbol. He is looking forward to returning to his family. The ship is entering the atmosphere and there is a reflection of intense light coming through the window. Breathtaking, cinematic, exciting, harmonious, highly detailed, high budget, bokeh, cinemascope, atmospheric, epic, stunning, UHD 8K, 85mm, Fujifilm GFX100 II, soft light, warm composition," image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
Browse filesGenerated example for model jmxt/jo-flux.
Prompt: Jo, a 41-year-old father, smiling as he looks out the window and sees planet Earth, in a spaceship, wearing an astronaut orange suit with the NASA symbol. He is looking forward to returning to his family. The ship is entering the atmosphere and there is a reflection of intense light coming through the window. Breathtaking, cinematic, exciting, harmonious, highly detailed, high budget, bokeh, cinemascope, atmospheric, epic, stunning, UHD 8K, 85mm, Fujifilm GFX100 II, soft light, warm composition,
- .gitattributes +1 -0
- README.md +13 -6
- images/example_o3cc76dfs.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/example_o3cc76dfs.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -9,14 +9,21 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
-
base_model:
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
-
# widget:
|
| 15 |
-
# - text: >-
|
| 16 |
-
# prompt
|
| 17 |
-
# output:
|
| 18 |
-
# url: https://...
|
| 19 |
instance_prompt: JO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Jo Flux
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
instance_prompt: JO
|
| 15 |
+
widget:
|
| 16 |
+
- text: >-
|
| 17 |
+
Jo, a 41-year-old father, smiling as he looks out the window and sees planet
|
| 18 |
+
Earth, in a spaceship, wearing an astronaut orange suit with the NASA
|
| 19 |
+
symbol. He is looking forward to returning to his family. The ship is
|
| 20 |
+
entering the atmosphere and there is a reflection of intense light coming
|
| 21 |
+
through the window. Breathtaking, cinematic, exciting, harmonious, highly
|
| 22 |
+
detailed, high budget, bokeh, cinemascope, atmospheric, epic, stunning, UHD
|
| 23 |
+
8K, 85mm, Fujifilm GFX100 II, soft light, warm composition,
|
| 24 |
+
output:
|
| 25 |
+
url: images/example_o3cc76dfs.png
|
| 26 |
+
|
| 27 |
---
|
| 28 |
|
| 29 |
# Jo Flux
|
images/example_o3cc76dfs.png
ADDED
|
Git LFS Details
|