Instructions to use Edweibin/flux-dev-nfsw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Edweibin/flux-dev-nfsw 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("Edweibin/flux-dev-nfsw") prompt = "a girl laughing" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 2 files
Browse files- README.md +3 -50
- images/image.webp +0 -0
README.md
CHANGED
|
@@ -6,58 +6,11 @@ tags:
|
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
| 9 |
-
- text: a girl laughing
|
| 10 |
output:
|
| 11 |
-
url: images/
|
| 12 |
-
- text: A tabby cat lounging on a sun-dappled windowsill, faded, polaroid style
|
| 13 |
-
output:
|
| 14 |
-
url: images/out-3 - 2024-09-22T130857.299.webp
|
| 15 |
-
- text: woman, polaroid style
|
| 16 |
-
output:
|
| 17 |
-
url: images/out-0 - 2024-09-22T130918.898.webp
|
| 18 |
-
- text: >-
|
| 19 |
-
Road trip, view through car window of desert highway, light leak effect,
|
| 20 |
-
polaroid style style
|
| 21 |
-
output:
|
| 22 |
-
url: images/out-3 - 2024-09-22T130946.240.webp
|
| 23 |
-
- text: >-
|
| 24 |
-
the morning after new years eve with scattered party tinsel on the floor,
|
| 25 |
-
still life, light particles, no humans, polaroid style
|
| 26 |
-
output:
|
| 27 |
-
url: images/out-2 (81).webp
|
| 28 |
-
- text: >-
|
| 29 |
-
Teenage bedroom with posters and clutter, warm color palette, polaroid
|
| 30 |
-
style
|
| 31 |
-
output:
|
| 32 |
-
url: images/out-1 (78).webp
|
| 33 |
-
- text: >-
|
| 34 |
-
A young woman with tousled hair and minimal makeup, wearing a oversized
|
| 35 |
-
flannel shirt, looking directly at the camera with a slight smile. The
|
| 36 |
-
background is slightly out of focus, suggesting a cozy bedroom, polaroid
|
| 37 |
-
style
|
| 38 |
-
output:
|
| 39 |
-
url: images/out-2 (82).webp
|
| 40 |
-
- text: a cute kitten, polaroid style
|
| 41 |
-
output:
|
| 42 |
-
url: images/out-0 - 2024-09-22T131126.256.webp
|
| 43 |
-
- text: >-
|
| 44 |
-
a woman with long blonde hair wearing big round hippie sunglasses with a
|
| 45 |
-
slight smile, white oversized fur coat, black dress, early evening in the
|
| 46 |
-
city, polaroid style
|
| 47 |
-
output:
|
| 48 |
-
url: images/out-2 (83).webp
|
| 49 |
-
- text: >-
|
| 50 |
-
A candid shot of a child's hand reaching out to pet a curious deer at a
|
| 51 |
-
petting zoo. The deer's nose is slightly blurred as it moves towards the
|
| 52 |
-
hand, creating a sense of motion. The background is busy but out of focus,
|
| 53 |
-
hinting at other animals and visitors, polaroid style
|
| 54 |
-
output:
|
| 55 |
-
url: images/out-1 (79).webp
|
| 56 |
-
- text: a bottle of water with the text "clean" on it, polaroid style
|
| 57 |
-
output:
|
| 58 |
-
url: images/out-0 - 2024-09-22T131240.731.webp
|
| 59 |
base_model: black-forest-labs/FLUX.1-dev
|
| 60 |
-
instance_prompt:
|
| 61 |
license: cc-by-nc-4.0
|
| 62 |
---
|
| 63 |
# Pola Photo (Flux Dev)
|
|
|
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
widget:
|
| 9 |
+
- text: a girl laughing
|
| 10 |
output:
|
| 11 |
+
url: images/image.webp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
+
instance_prompt: anything
|
| 14 |
license: cc-by-nc-4.0
|
| 15 |
---
|
| 16 |
# Pola Photo (Flux Dev)
|
images/image.webp
ADDED
|