Instructions to use NLTYI/NLTYIMOVEGEN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NLTYI/NLTYIMOVEGEN with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lopi999/Wan2.2-I2V_General-NSFW-LoRA", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("NLTYI/NLTYIMOVEGEN") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload NLTYINSFW-22-L-e8.safetensors
Browse files
NLTYINSFW-22-L-e8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e32d091d08cb809871a7541b0b37b4602ef3097dce384598c960d894fbac66f
|
| 3 |
+
size 613516752
|