Instructions to use Hack337/flux-lora-Uni with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hack337/flux-lora-Uni 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("Hack337/flux-lora-Uni") prompt = "uni laying in a cardboard box on the floor, with a blurred background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload image_00068_.png
Browse files- .gitattributes +1 -0
- images/image_00068_.png +3 -0
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ images/image_00062_.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
images/image_00065_.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/image_00066_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/image_00067_.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
images/image_00065_.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/image_00066_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
images/image_00067_.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
images/image_00068_.png filter=lfs diff=lfs merge=lfs -text
|
images/image_00068_.png
ADDED
|
Git LFS Details
|