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
Update README.md
#1
by Thaylor47 - opened
README.md
CHANGED
|
@@ -1,36 +1,35 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
| 4 |
- stable-diffusion
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
|
|
|
|
|
|
| 8 |
widget:
|
| 9 |
-
- text: a girl laughing
|
|
|
|
| 10 |
output:
|
| 11 |
-
url:
|
| 12 |
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
-
instance_prompt:
|
| 14 |
license: cc-by-nc-4.0
|
| 15 |
---
|
| 16 |
-
# Pola
|
| 17 |
|
| 18 |
<Gallery />
|
| 19 |
|
| 20 |
-
## Model description
|
| 21 |
|
| 22 |
-
This model
|
| 23 |
-
|
| 24 |
-
This was trained thanks to Replicate, on their platform. It was trained with open source materials and falls under the same license as Flux Dev, with the addition of CC non commercial with attribution for any additional elements.
|
| 25 |
|
|
|
|
| 26 |
|
| 27 |
## Trigger words
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
|
| 32 |
## Download model
|
| 33 |
|
| 34 |
-
Weights
|
| 35 |
-
|
| 36 |
-
[Download](/Edweibin/flux-dev-nfsw/tree/main) them in the Files & versions tab.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- image-to-video
|
| 4 |
- stable-diffusion
|
| 5 |
- lora
|
| 6 |
- diffusers
|
| 7 |
- template:sd-lora
|
| 8 |
+
- animate-diff
|
| 9 |
+
- nsfw
|
| 10 |
widget:
|
| 11 |
+
- text: a girl laughing in polaroid style
|
| 12 |
+
image: images/image.webp
|
| 13 |
output:
|
| 14 |
+
url: videos/sample.mp4
|
| 15 |
base_model: black-forest-labs/FLUX.1-dev
|
| 16 |
+
instance_prompt: polaroid style
|
| 17 |
license: cc-by-nc-4.0
|
| 18 |
---
|
| 19 |
+
# Pola Video (Flux Dev)
|
| 20 |
|
| 21 |
<Gallery />
|
| 22 |
|
| 23 |
+
## Model description
|
| 24 |
|
| 25 |
+
This model transforms static images into short animated clips using the visual style of Polaroid photography. It builds on the Flux Dev base model and integrates LoRA fine-tuning for NSFW realism and stylized motion.
|
|
|
|
|
|
|
| 26 |
|
| 27 |
+
Trained using open-source datasets and Replicate’s infrastructure, it inherits the same license as Flux Dev, with additional CC BY-NC-4.0 attribution requirements.
|
| 28 |
|
| 29 |
## Trigger words
|
| 30 |
|
| 31 |
+
Use `polaroid style`, `instant photo`, or `retro film` to guide the animation style.
|
|
|
|
| 32 |
|
| 33 |
## Download model
|
| 34 |
|
| 35 |
+
Weights are available in Safetensors format and can be found in the [Files & versions tab](/Edweibin/flux-dev-nfsw/tree/main).
|
|
|
|
|
|