Muapi commited on
Commit
b7d9e66
·
verified ·
1 Parent(s): d031531

Add Fondled

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. README.md +38 -0
  3. fondled.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: cocktailpeanut/pony-diffusion-v6-xl
5
+ tags:
6
+ - lora
7
+ - text-to-image
8
+ - stable-diffusion-xl
9
+ - pony
10
+ - pony
11
+ pipeline_tag: text-to-image
12
+ ---
13
+
14
+ # Fondled
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Pony
19
+ **Trained words**: 1girl surrounded by males, girl sandwiched by boys, group, multiple boys, 6+boys, multiple boys groping girl, groping, leg grab, ass grab, breast grab, coping a feel, multiple boys feeling up a girl,, groping,, breast grab,, fingering,, deepgrab, deep skin,, grabbing breasts,, grabbing from behindassisted_exposure, clothes_pull, multiple boys pulling on girl's clothes, removing another's clothes, removing clothes,
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": "fondled",
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
+ ```
fondled.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117f2a12b13a22a79b0a870edb5287784113de3650e1d9f1f232bca4d389a745
3
+ size 456481796
preview.jpg ADDED

Git LFS Details

  • SHA256: 7b4e3faa269dbabaf51ec58fe7de6f15e54e2cfde625bb9dd0c1d80a5f7a8778
  • Pointer size: 131 Bytes
  • Size of remote file: 213 kB