Instructions to use wangjian21/Nudity_500_v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wangjian21/Nudity_500_v4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stable-diffusion-v1-5/stable-diffusion-v1-5", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("wangjian21/Nudity_500_v4") prompt = "nude sexual erotic bather body art" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
038b98a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9ac6094727d62733c9e61e3b454550f2b18ca694fc5f173e81e8b59a5b6cfcbe
size 6592523
|