Instructions to use choquinlabs/jamoncito-v1-qwen-image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use choquinlabs/jamoncito-v1-qwen-image-2512 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("choquinlabs/jamoncito-v1-qwen-image-2512") prompt = "A full upper-body portrait of JMILEI dressed in traditional geisha-style attire, photographed indoors. JMILEI has light skin and medium-length dark brown hair with visible gray strands, styled into an elaborate updo with smooth, structured volume at the back of the head. The hairstyle includes decorative hair ornaments positioned symmetrically, featuring small floral shapes and metallic accents. The eyebrows are thick and dark, contrasting with the face. The eyes are light-colored and directed forward, clearly visible beneath carefully applied makeup.JMILEIs face is covered with pale white makeup that creates a uniform, matte surface across the skin. Red pigment is applied around the lips, forming a defined shape with sharp edges. Subtle red accents appear near the eyes, which are outlined to enhance their shape. The facial skin texture is largely concealed by the makeup, though the contours of the nose, cheeks, and jaw remain clearly defined. Sideburns are mostly hidden beneath the hairstyle and makeup.JMILEI is wearing a traditional kimono with wide sleeves and layered fabric. The kimono features a detailed pattern with floral motifs and geometric elements in contrasting colors, including shades of red, black, gold, and cream. A wide obi belt wraps tightly around the waist, structured and symmetrical, with visible folds and layered fabric at the back. The posture is upright and composed, with shoulders relaxed and arms resting close to the body.The background is minimal and softly lit, with neutral tones that keep the focus on JMILEI. Lighting is even and frontal, highlighting the textures of the kimono fabric, the smoothness of the makeup, and the intricate hair styling. The image has a formal, studio-style composition with sharp focus and balanced framing." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Choquinlabs commited on
Commit ·
e44e4c6
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +56 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/jmilei-v1-qwen-image-2512_5.webp
|
| 10 |
+
text: >-
|
| 11 |
+
A full upper-body portrait of JMILEI dressed in traditional geisha-style
|
| 12 |
+
attire, photographed indoors. JMILEI has light skin and medium-length dark
|
| 13 |
+
brown hair with visible gray strands, styled into an elaborate updo with
|
| 14 |
+
smooth, structured volume at the back of the head. The hairstyle includes
|
| 15 |
+
decorative hair ornaments positioned symmetrically, featuring small floral
|
| 16 |
+
shapes and metallic accents. The eyebrows are thick and dark, contrasting
|
| 17 |
+
with the face. The eyes are light-colored and directed forward, clearly
|
| 18 |
+
visible beneath carefully applied makeup.JMILEIs face is covered with pale
|
| 19 |
+
white makeup that creates a uniform, matte surface across the skin. Red
|
| 20 |
+
pigment is applied around the lips, forming a defined shape with sharp
|
| 21 |
+
edges. Subtle red accents appear near the eyes, which are outlined to
|
| 22 |
+
enhance their shape. The facial skin texture is largely concealed by the
|
| 23 |
+
makeup, though the contours of the nose, cheeks, and jaw remain clearly
|
| 24 |
+
defined. Sideburns are mostly hidden beneath the hairstyle and makeup.JMILEI
|
| 25 |
+
is wearing a traditional kimono with wide sleeves and layered fabric. The
|
| 26 |
+
kimono features a detailed pattern with floral motifs and geometric elements
|
| 27 |
+
in contrasting colors, including shades of red, black, gold, and cream. A
|
| 28 |
+
wide obi belt wraps tightly around the waist, structured and symmetrical,
|
| 29 |
+
with visible folds and layered fabric at the back. The posture is upright
|
| 30 |
+
and composed, with shoulders relaxed and arms resting close to the body.The
|
| 31 |
+
background is minimal and softly lit, with neutral tones that keep the focus
|
| 32 |
+
on JMILEI. Lighting is even and frontal, highlighting the textures of the
|
| 33 |
+
kimono fabric, the smoothness of the makeup, and the intricate hair styling.
|
| 34 |
+
The image has a formal, studio-style composition with sharp focus and
|
| 35 |
+
balanced framing.
|
| 36 |
+
base_model: Qwen/Qwen-Image-2512
|
| 37 |
+
instance_prompt: JMILEI
|
| 38 |
+
license: apache-2.0
|
| 39 |
+
---
|
| 40 |
+
# jamoncito-v1-qwen-image-2512
|
| 41 |
+
|
| 42 |
+
<Gallery />
|
| 43 |
+
|
| 44 |
+
## Model description
|
| 45 |
+
|
| 46 |
+
Trained for free thanks to modelscope
|
| 47 |
+
|
| 48 |
+
## Trigger words
|
| 49 |
+
|
| 50 |
+
You should use `JMILEI` to trigger the image generation.
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
## Download model
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
[Download](/lichorosario/jamoncito-v1-qwen-image-2512/tree/main) them in the Files & versions tab.
|