Instructions to use liming518/FluxSlimAndFit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use liming518/FluxSlimAndFit 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("liming518/FluxSlimAndFit") prompt = "cropped original img from lora creator" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- README.md +35 -0
- SlimAndFit.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: original img from lora creator
|
| 9 |
+
output:
|
| 10 |
+
url: images/Img0.jpg
|
| 11 |
+
- text: lora at 0.1, dark latina prompt
|
| 12 |
+
output:
|
| 13 |
+
url: images/img1.png
|
| 14 |
+
- text: lora at 0.95, latina prompt
|
| 15 |
+
output:
|
| 16 |
+
url: images/img2.png
|
| 17 |
+
- text: lora at 0.1, pale caucasian prompt
|
| 18 |
+
output:
|
| 19 |
+
url: images/img3.png
|
| 20 |
+
- text: lora at 0.1, black african prompt
|
| 21 |
+
output:
|
| 22 |
+
url: images/img4.png
|
| 23 |
+
- text: lora at 0.95, indian prompt
|
| 24 |
+
output:
|
| 25 |
+
url: images/img5.png
|
| 26 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 27 |
+
instance_prompt: null
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
Civitai lora for Flux1dev
|
| 31 |
+
|
| 32 |
+
Original image for this lora and images i made:
|
| 33 |
+
|
| 34 |
+
<Gallery />
|
| 35 |
+
|
SlimAndFit.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2fbd3170e6b1f7887be7f6a0e67d65173d53394f94b531182df1f554de84847
|
| 3 |
+
size 19329688
|