Instructions to use jaeyong2/FLUX.1-dev-ko-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use jaeyong2/FLUX.1-dev-ko-Preview with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("jaeyong2/FLUX.1-dev-ko-Preview", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,5 +42,5 @@ image = pipe(
|
|
| 42 |
|
| 43 |
|
| 44 |
<div style="max-width: 350px; margin: 0 auto;">
|
| 45 |
-
<img src='https://huggingface.co/jaeyong2/FLUX.1-dev-ko/
|
| 46 |
</div>
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
<div style="max-width: 350px; margin: 0 auto;">
|
| 45 |
+
<img src='https://huggingface.co/jaeyong2/FLUX.1-dev-ko/resolve/main/flux-dev3.png' />
|
| 46 |
</div>
|