Instructions to use choquinlabs/patora-v1-qwen-image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use choquinlabs/patora-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/patora-v1-qwen-image-2512") prompt = "A stylized female figure stands in a relaxed pose, positioned slightly angled to one side with her left arm bent and resting behind her head. She has long, straight black hair that falls over her shoulders and down her back, with two light-colored ribbon-like ties near the ends. Her face shows a calm, satisfied expression, with closed eyes, a gentle smile, a rounded nose, and softly defined facial features. Her skin tone appears light, and her head is tilted slightly upward, emphasizing a confident, carefree posture.She wears a knee-length green dress with short sleeves, fitted at the waist and falling loosely over the hips. Draped diagonally across her torso is a sash in a light pink or lavender tone. The sash contains visible uppercase text reading MISS LORO, centered and clearly legible. Her right arm extends outward with the hand open and fingers relaxed, adding to the expressive, casual stance of the figure.Behind her, a large circular yellow shape occupies much of the background, creating strong contrast with the green dress and darker hair. The surrounding background area appears textured and muted, with bluish and grayish tones and visible surface wear or grain.To the lower right side of the composition, a smaller human figure is partially visible. This figure looks upward toward the woman, with a surprised or curious facial expression. The smaller figure has short hair and wears light-colored clothing. The composition emphasizes the central figures confident posture and the sash text, with bold outlines, simplified shapes, and high-contrast colors defining the scene." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Choquinlabs commited on
Commit ·
1af6d40
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +74 -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,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/patora-v1-qwen-image-2512_5.webp
|
| 10 |
+
text: >-
|
| 11 |
+
A stylized female figure stands in a relaxed pose, positioned slightly
|
| 12 |
+
angled to one side with her left arm bent and resting behind her head. She
|
| 13 |
+
has long, straight black hair that falls over her shoulders and down her
|
| 14 |
+
back, with two light-colored ribbon-like ties near the ends. Her face shows
|
| 15 |
+
a calm, satisfied expression, with closed eyes, a gentle smile, a rounded
|
| 16 |
+
nose, and softly defined facial features. Her skin tone appears light, and
|
| 17 |
+
her head is tilted slightly upward, emphasizing a confident, carefree
|
| 18 |
+
posture.She wears a knee-length green dress with short sleeves, fitted at
|
| 19 |
+
the waist and falling loosely over the hips. Draped diagonally across her
|
| 20 |
+
torso is a sash in a light pink or lavender tone. The sash contains visible
|
| 21 |
+
uppercase text reading MISS LORO, centered and clearly legible. Her right
|
| 22 |
+
arm extends outward with the hand open and fingers relaxed, adding to the
|
| 23 |
+
expressive, casual stance of the figure.Behind her, a large circular yellow
|
| 24 |
+
shape occupies much of the background, creating strong contrast with the
|
| 25 |
+
green dress and darker hair. The surrounding background area appears
|
| 26 |
+
textured and muted, with bluish and grayish tones and visible surface wear
|
| 27 |
+
or grain.To the lower right side of the composition, a smaller human figure
|
| 28 |
+
is partially visible. This figure looks upward toward the woman, with a
|
| 29 |
+
surprised or curious facial expression. The smaller figure has short hair
|
| 30 |
+
and wears light-colored clothing. The composition emphasizes the central
|
| 31 |
+
figures confident posture and the sash text, with bold outlines, simplified
|
| 32 |
+
shapes, and high-contrast colors defining the scene.
|
| 33 |
+
- output:
|
| 34 |
+
url: images/patora-v1-qwen-image-2512_10.webp
|
| 35 |
+
text: >-
|
| 36 |
+
A stylized female figure stands in a relaxed pose, positioned slightly
|
| 37 |
+
angled to one side with her left arm bent and resting behind her head. She
|
| 38 |
+
has long, straight black hair that falls over her shoulders and down her
|
| 39 |
+
back, with two light-colored ribbon-like ties near the ends. Her face shows
|
| 40 |
+
a calm, satisfied expression, with closed eyes, a gentle smile, a rounded
|
| 41 |
+
nose, and softly defined facial features. Her skin tone appears light, and
|
| 42 |
+
her head is tilted slightly upward, emphasizing a confident, carefree
|
| 43 |
+
posture.She wears a knee-length green dress with short sleeves, fitted at
|
| 44 |
+
the waist and falling loosely over the hips. Draped diagonally across her
|
| 45 |
+
torso is a sash in a light pink or lavender tone. The sash contains visible
|
| 46 |
+
uppercase text reading MISS LORO, centered and clearly legible. Her right
|
| 47 |
+
arm extends outward with the hand open and fingers relaxed, adding to the
|
| 48 |
+
expressive, casual stance of the figure.Behind her, a large circular yellow
|
| 49 |
+
shape occupies much of the background, creating strong contrast with the
|
| 50 |
+
green dress and darker hair. The surrounding background area appears
|
| 51 |
+
textured and muted, with bluish and grayish tones and visible surface wear
|
| 52 |
+
or grain.To the lower right side of the composition, a smaller human figure
|
| 53 |
+
is partially visible. This figure looks upward toward the woman, with a
|
| 54 |
+
surprised or curious facial expression. The smaller figure has short hair
|
| 55 |
+
and wears light-colored clothing. The composition emphasizes the central
|
| 56 |
+
figures confident posture and the sash text, with bold outlines, simplified
|
| 57 |
+
shapes, and high-contrast colors defining the scene.
|
| 58 |
+
base_model: Qwen/Qwen-Image-2512
|
| 59 |
+
instance_prompt: null
|
| 60 |
+
license: apache-2.0
|
| 61 |
+
---
|
| 62 |
+
# patora-v1-qwen-image-2512
|
| 63 |
+
|
| 64 |
+
<Gallery />
|
| 65 |
+
|
| 66 |
+
## Model description
|
| 67 |
+
|
| 68 |
+
Trained for free thanks to Modelscope
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
## Download model
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
[Download](/lichorosario/patora-v1-qwen-image-2512/tree/main) them in the Files & versions tab.
|