Muapi commited on
Commit
4be115a
·
verified ·
1 Parent(s): 3aa9c97

Add Juustagram Chibi style

Browse files
Files changed (2) hide show
  1. README.md +37 -0
  2. juustagram-chibi-style.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ library_name: diffusers
4
+ base_model: black-forest-labs/FLUX.1-dev
5
+ tags:
6
+ - lora
7
+ - text-to-image
8
+ - stable-diffusion
9
+ - flux
10
+ - flux.1-d
11
+ pipeline_tag: text-to-image
12
+ ---
13
+
14
+ # Juustagram Chibi style
15
+
16
+ ![preview](./preview.jpg)
17
+
18
+ **Base model**: Flux.1 D
19
+ **Trained words**: chibi anime art
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/flux_dev_lora_image"
28
+ headers = {"Content-Type": "application/json", "x-api-key": os.getenv("MUAPIAPP_API_KEY")}
29
+ payload = {
30
+ "prompt": "masterpiece, best quality, 1girl, looking at viewer",
31
+ "model_id": [{"model": "civitai:494535@926793", "weight": 1.0}],
32
+ "width": 1024,
33
+ "height": 1024,
34
+ "num_images": 1
35
+ }
36
+ print(requests.post(url, headers=headers, json=payload).json())
37
+ ```
juustagram-chibi-style.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12252dbfb1d4b4e1552401dcf5c156c513b7d45be6b0ee786ba5898f1409f648
3
+ size 67384592