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
#2
by Keltezaa - opened
- README.md +5 -0
- images/example_uair0plsp.png +3 -0
README.md
CHANGED
|
@@ -11,6 +11,11 @@ widget:
|
|
| 11 |
- text: Naked woman in a dynamic nude pose
|
| 12 |
output:
|
| 13 |
url: images/example_pt3ogymt0.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
base_model: black-forest-labs/FLUX.1-dev
|
| 15 |
instance_prompt: null
|
| 16 |
license: cc-by-nc-nd-4.0
|
|
|
|
| 11 |
- text: Naked woman in a dynamic nude pose
|
| 12 |
output:
|
| 13 |
url: images/example_pt3ogymt0.png
|
| 14 |
+
- text: >-
|
| 15 |
+
close-up of a Naked woman in a dynamic nude pose, Standing with arms folded
|
| 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
|
images/example_uair0plsp.png
ADDED
|
Git LFS Details
|