Buckets:
568 MB
20 files
Updated 8 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| images | 5 items | ||
| .gitattributes | 1.52 kB xet | 818ba6de | |
| Chest.safetensors | 41.4 MB xet | 7af9f93d | |
| Dynamic_Poses-nsfw09.safetensors | 19.3 MB xet | f4318801 | |
| LICENSE | 0 Bytes xet | 00000000 | |
| README.md | 2.08 kB xet | 469a20b3 | |
| buttocks.safetensors | 41.4 MB xet | 37d67157 | |
| config.yaml | 1.29 kB xet | d6d47ac5 | |
| dirty skin.safetensors | 41.4 MB xet | c2a78be5 | |
| lora.safetensors | 172 MB xet | 44d3fc6f | |
| muscle.safetensors | 41.4 MB xet | caeea5f1 | |
| skin tone.safetensors | 41.4 MB xet | 2dd3d621 | |
| skin.safetensors | 41.4 MB xet | 56816fd1 | |
| tattoos.safetensors | 41.4 MB xet | 1c1bbd63 | |
| waistline.safetensors | 41.4 MB xet | 734e10f4 | |
| wet skin.safetensors | 41.4 MB xet | 655fc759 |
Nudewomen
About this LoRA
This is a LoRA for the FLUX.1-dev text-to-image model. It can be used with diffusers or ComfyUI.
It was trained on Replicate using AI toolkit: https://replicate.com/ostris/flux-dev-lora-trainer/train
Trigger words
You should use NUDEWOMEN to trigger the image generation.
Run this LoRA with an API using Replicate
import replicate
input = {
"prompt": "NUDEWOMEN",
"lora_weights": "https://huggingface.co/zone659/NUDEWOMEN/resolve/main/lora.safetensors"
}
output = replicate.run(
"black-forest-labs/flux-dev-lora",
input=input
)
for index, item in enumerate(output):
with open(f"output_{index}.webp", "wb") as file:
file.write(item.read())
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('zone659/NUDEWOMEN', weight_name='lora.safetensors')
image = pipeline('NUDEWOMEN').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
Training details
- Steps: 1000
- Learning rate: 0.0004
- LoRA rank: 16
Contribute your own examples
You can use the community tab to add images that show off what you’ve made with this LoRA.
- Total size
- 568 MB
- Files
- 20
- Last updated
- Jul 31
- Pre-warmed CDN
- US EU US EU