Muapi commited on
Commit
8a9dca9
·
verified ·
1 Parent(s): 06205c2

Add Pet Play - Concept

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +38 -0
  3. pet-play-concept.safetensors +3 -0
  4. preview.jpg +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.jpg filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ base_model: OnomaAIResearch/Illustrious-xl-early-release-v0
5
+ tags:
6
+ - lora
7
+ - text-to-image
8
+ - stable-diffusion-xl
9
+ - illustrious
10
+ - illustrious
11
+ pipeline_tag: text-to-image
12
+ ---
13
+
14
+ # Pet Play - Concept
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Illustrious
19
+ **Trained words**: <lora:pet-play-v5-illustriousxl-lora-nochekaiser:1>, pet play, blush, open mouth, 1boy, nipples, ass, hetero, heart, sweat, nude, lying, tongue, tongue out, sex, tears, collar, completely nude, on bed, on stomach, sex from behind, leash, ahegao, arm grab, red collar, fat man, prone bone,
20
+
21
+ ## 🧠 Usage (Python)
22
+
23
+ 🔑 **Get your MUAPI key** from [muapi.ai/access-keys](https://muapi.ai/access-keys)
24
+
25
+ ```python
26
+ import requests, os
27
+ url = "https://api.muapi.ai/api/v1/sdxl-lora-image"
28
+ headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
29
+ payload = {
30
+ "prompt": "masterpiece, best quality",
31
+ "lora_model": "pet-play-concept",
32
+ "lora_strength": 1.0,
33
+ "width": 1024,
34
+ "height": 1024,
35
+ "num_images": 1
36
+ }
37
+ print(requests.post(url, headers=headers, json=payload).json())
38
+ ```
pet-play-concept.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:718b3f667d79e1621b2102d69e71be868b9706531368770436fc9be92031aefc
3
+ size 228461716
preview.jpg ADDED

Git LFS Details

  • SHA256: f4906a2cf0281f955a33d8b9a3b42e4769aedc6f4ef6ceb744d5cfc7cf9ecfd4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB