Instructions to use Keltezaa/Dynamic_Pose_Uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/Dynamic_Pose_Uncensored 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("Keltezaa/Dynamic_Pose_Uncensored") prompt = "Naked woman in a dynamic nude pose" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#3
by Keltezaa - opened
- README.md +5 -0
- images/example_ujblnlt59.png +3 -0
README.md
CHANGED
|
@@ -16,6 +16,11 @@ widget:
|
|
| 16 |
under her breasts
|
| 17 |
output:
|
| 18 |
url: images/example_uair0plsp.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
base_model: black-forest-labs/FLUX.1-dev
|
| 20 |
instance_prompt: null
|
| 21 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 16 |
under her breasts
|
| 17 |
output:
|
| 18 |
url: images/example_uair0plsp.png
|
| 19 |
+
- text: >-
|
| 20 |
+
close-up portrait of a woman in a dynamic pose, Standing with arms folded
|
| 21 |
+
under her breasts, dressed in a white blouse.
|
| 22 |
+
output:
|
| 23 |
+
url: images/example_ujblnlt59.png
|
| 24 |
base_model: black-forest-labs/FLUX.1-dev
|
| 25 |
instance_prompt: null
|
| 26 |
license: cc-by-nc-nd-4.0
|
images/example_ujblnlt59.png
ADDED
|
Git LFS Details
|