Instructions to use Muapi/kissing-with-extra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Muapi/kissing-with-extra with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Muapi/kissing-with-extra") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add kissing with extra
Browse files- .gitattributes +1 -0
- README.md +10 -9
- kissing-with-extra.safetensors +2 -2
- 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
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
| 3 |
library_name: diffusers
|
| 4 |
-
base_model:
|
| 5 |
tags:
|
| 6 |
- lora
|
| 7 |
- text-to-image
|
| 8 |
-
- stable-diffusion
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
pipeline_tag: text-to-image
|
| 12 |
---
|
| 13 |
|
|
@@ -15,8 +15,8 @@ pipeline_tag: text-to-image
|
|
| 15 |
|
| 16 |

|
| 17 |
|
| 18 |
-
**Base model**:
|
| 19 |
-
**Trained words**:
|
| 20 |
|
| 21 |
## 🧠 Usage (Python)
|
| 22 |
|
|
@@ -24,11 +24,12 @@ pipeline_tag: text-to-image
|
|
| 24 |
|
| 25 |
```python
|
| 26 |
import requests, os
|
| 27 |
-
url = "https://api.muapi.ai/api/v1/
|
| 28 |
headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
|
| 29 |
payload = {
|
| 30 |
-
"prompt": "masterpiece, best quality
|
| 31 |
-
"
|
|
|
|
| 32 |
"width": 1024,
|
| 33 |
"height": 1024,
|
| 34 |
"num_images": 1
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail++
|
| 3 |
library_name: diffusers
|
| 4 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 5 |
tags:
|
| 6 |
- lora
|
| 7 |
- text-to-image
|
| 8 |
+
- stable-diffusion-xl
|
| 9 |
+
- sdxl
|
| 10 |
+
- sdxl-1.0
|
| 11 |
pipeline_tag: text-to-image
|
| 12 |
---
|
| 13 |
|
|
|
|
| 15 |
|
| 16 |

|
| 17 |
|
| 18 |
+
**Base model**: SDXL 1.0
|
| 19 |
+
**Trained words**: licking each other's tongues, kissing each other, kissing each other on the lips
|
| 20 |
|
| 21 |
## 🧠 Usage (Python)
|
| 22 |
|
|
|
|
| 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": "kissing-with-extra",
|
| 32 |
+
"lora_strength": 1.0,
|
| 33 |
"width": 1024,
|
| 34 |
"height": 1024,
|
| 35 |
"num_images": 1
|
kissing-with-extra.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5b3e83eb7b1859c8f2ad7e59e4f2655f3979505792e2431eb6bfa11f988e748
|
| 3 |
+
size 456494388
|
preview.jpg
ADDED
|
Git LFS Details
|