Model LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING from civitai
Browse files- .gitattributes +1 -0
- README.md +38 -0
- lustifySDXLNSFW_v20-inpainting.safetensors +3 -0
- preview.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
preview.jpeg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: diffusers
|
| 3 |
+
license: creativeml-openrail-m
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- Safetensors
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- stable-diffusion-diffusers
|
| 9 |
+
- text-to-image
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# LUSTIFY! [SDXL NSFW checkpoint]_v2.0 INPAINTING
|
| 13 |
+
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
### Description:
|
| 17 |
+
|
| 18 |
+
> None
|
| 19 |
+
|
| 20 |
+
### Civitai Page: https://civitai.com/models/715933
|
| 21 |
+
|
| 22 |
+
You can use this with the [🧨Diffusers library](https://github.com/huggingface/diffusers)
|
| 23 |
+
|
| 24 |
+
### Diffusers
|
| 25 |
+
```py
|
| 26 |
+
from diffusers import StableDiffusionPipeline
|
| 27 |
+
import torch
|
| 28 |
+
|
| 29 |
+
model_id = "andro-flock/LUSTIFY-SDXL-NSFW-checkpoint-v2-0-INPAINTING"
|
| 30 |
+
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
| 31 |
+
pipe = pipe.to("cuda")
|
| 32 |
+
|
| 33 |
+
prompt = "masterpiece, best quality, 1girl, (colorful),(delicate eyes and face), volumatic light, ray tracing, bust shot ,extremely detailed CG unity 8k wallpaper,solo,smile"
|
| 34 |
+
image = pipe(prompt).images[0]
|
| 35 |
+
|
| 36 |
+
image.save("result.png")
|
| 37 |
+
```
|
| 38 |
+
|
lustifySDXLNSFW_v20-inpainting.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:615f21071f5ce8f91640d2252531904ceb8bf8736619521abee49d94a5f8df84
|
| 3 |
+
size 6938078610
|
preview.jpeg
ADDED
|
Git LFS Details
|