Instructions to use ldmLDM77/LoRA111 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ldmLDM77/LoRA111 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("ldmLDM77/LoRA111") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files
111112222.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76606885108d55fcd158fe6a2143cf9c65051e29a04f960a50bce8d1b4c4ae55
|
| 3 |
+
size 21667
|
images/9E6AA71E-4AC4-47AB-939B-4E741C99BB09.png
ADDED
|
Git LFS Details
|