Instructions to use Shreeyut/SLlora7_20_quantization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shreeyut/SLlora7_20_quantization with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shreeyut/SLlora7_20_quantization") prompt = "A candid full body shot of a young woman wearing CCVG jeans, a pink crop top, black pumps, and various accessories, standing on an urban street corner. She's posing confidently with one hand on her hip, surrounded by beige concrete buildings, traffic signs, and glimpses of a red car and trees. The scene is bathed in soft, diffused lighting, creating a street-style aesthetic. The woman is wearing CCVG jeans, a full-length denim pant in a dark blue wash with a high-waisted design. The jeans feature a wide, flared leg silhouette from the knee down and a prominent graphic design on the outer side of the left leg displaying \"BABY GIRL\" in bold, graffiti-style lettering in shades of pink and purple with black outlines. The jeans have traditional five-pocket styling with visible contrasting stitching. She pairs this with a shade of pink and purple crop top featuring a V neckline, noodle straps, and a hint of lace at the neckline. On her feet, she wears pointed-toe black pumps. Accessories include a denim baseball cap, a fandango-colored Baguette Bag, a layered star necklace in silver, star earrings in silver, a chunky silver bracelet, and a silver waist chain adorning the jeans. Showcasing a Y2K aesthetic , the woman stands straight, with her head tilted slightly, facing the camera with a neutral expression and slightly parted lips, gazing directly at the viewer. The soft, diffused lighting creates a gentle ambiance, highlighting the contrast between the subject's confident pose and the gritty urban backdrop, emphasizing a street-style vibe that exudes urban confidence.v" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
8d4edb0
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +51 -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,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
A candid full body shot of a young woman wearing CCVG jeans, a pink crop
|
| 10 |
+
top, black pumps, and various accessories, standing on an urban street
|
| 11 |
+
corner. She's posing confidently with one hand on her hip, surrounded by
|
| 12 |
+
beige concrete buildings, traffic signs, and glimpses of a red car and
|
| 13 |
+
trees. The scene is bathed in soft, diffused lighting, creating a
|
| 14 |
+
street-style aesthetic. The woman is wearing CCVG jeans, a full-length denim
|
| 15 |
+
pant in a dark blue wash with a high-waisted design. The jeans feature a
|
| 16 |
+
wide, flared leg silhouette from the knee down and a prominent graphic
|
| 17 |
+
design on the outer side of the left leg displaying "BABY GIRL" in bold,
|
| 18 |
+
graffiti-style lettering in shades of pink and purple with black outlines.
|
| 19 |
+
The jeans have traditional five-pocket styling with visible contrasting
|
| 20 |
+
stitching. She pairs this with a shade of pink and purple crop top featuring
|
| 21 |
+
a V neckline, noodle straps, and a hint of lace at the neckline. On her
|
| 22 |
+
feet, she wears pointed-toe black pumps. Accessories include a denim
|
| 23 |
+
baseball cap, a fandango-colored Baguette Bag, a layered star necklace in
|
| 24 |
+
silver, star earrings in silver, a chunky silver bracelet, and a silver
|
| 25 |
+
waist chain adorning the jeans. Showcasing a Y2K aesthetic , the woman
|
| 26 |
+
stands straight, with her head tilted slightly, facing the camera with a
|
| 27 |
+
neutral expression and slightly parted lips, gazing directly at the viewer.
|
| 28 |
+
The soft, diffused lighting creates a gentle ambiance, highlighting the
|
| 29 |
+
contrast between the subject's confident pose and the gritty urban backdrop,
|
| 30 |
+
emphasizing a street-style vibe that exudes urban confidence.v
|
| 31 |
+
output:
|
| 32 |
+
url: images/1731321761066__000000500_0.jpg
|
| 33 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 34 |
+
instance_prompt: CCVG
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
# specific_layers 7,20 layers with batch size 1 and steps 500 with quantization
|
| 38 |
+
|
| 39 |
+
<Gallery />
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
## Trigger words
|
| 43 |
+
|
| 44 |
+
You should use `CCVG` to trigger the image generation.
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
## Download model
|
| 48 |
+
|
| 49 |
+
Weights for this model are available in Safetensors format.
|
| 50 |
+
|
| 51 |
+
[Download](/Shreeyut/SLlora7_20_quantization/tree/main) them in the Files & versions tab.
|