Instructions to use kukuhtw/myflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kukuhtw/myflux 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("kukuhtw/myflux") prompt = "kukuhtw" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by kukuhtw - opened
- README.md +13 -0
- images/example_77hzuzckh.png +0 -0
README.md
CHANGED
|
@@ -10,6 +10,19 @@ instance_prompt: kukuhtw
|
|
| 10 |
license: other
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
# myflux
|
| 15 |
|
|
|
|
| 10 |
license: other
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 13 |
+
widget:
|
| 14 |
+
- text: >-
|
| 15 |
+
Kukuh TW, Man a selfie of a man sitting in a red convertible Lamborghini
|
| 16 |
+
with the top down, fully showcasing the entire car. The man is wearing
|
| 17 |
+
luxurious clothing and an expensive watch, exuding confidence and style. The
|
| 18 |
+
sleek, polished exterior of the Lamborghini is visible, with its sharp lines
|
| 19 |
+
and open-roof design enhancing the sense of speed and luxury. The setting is
|
| 20 |
+
bright and upscale, complementing the opulence of the car and the man’s
|
| 21 |
+
outfit. The watch gleams on his wrist, highlighting its premium quality as
|
| 22 |
+
part of the overall look.
|
| 23 |
+
output:
|
| 24 |
+
url: images/example_77hzuzckh.png
|
| 25 |
+
|
| 26 |
---
|
| 27 |
# myflux
|
| 28 |
|
images/example_77hzuzckh.png
ADDED
|