Instructions to use strangerzonehf/Flux-Ultimate-LoRA-Collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Flux-Ultimate-LoRA-Collection 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("strangerzonehf/Flux-Ultimate-LoRA-Collection") prompt = "Stranger Zones Ultimate LoRA Collection" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload cookie-mons.png
Browse files- .gitattributes +1 -0
- images/cookie-mons.png +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ images/11.png filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
images/1111111111.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/z-image_00147_.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
images/xcxc.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
images/1111111111.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/z-image_00147_.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
images/xcxc.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
images/cookie-mons.png filter=lfs diff=lfs merge=lfs -text
|
images/cookie-mons.png
ADDED
|
Git LFS Details
|