Instructions to use B4100/anatk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use B4100/anatk with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheRaf7/ultra-real-wan2.2", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("B4100/anatk") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Commit ·
c62ffdd
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +44 -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,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/Firefly_gpt-image (73).png
|
| 10 |
+
text: '-'
|
| 11 |
+
base_model: TheRaf7/ultra-real-wan2.2
|
| 12 |
+
instance_prompt: null
|
| 13 |
+
|
| 14 |
+
---
|
| 15 |
+
# anatk
|
| 16 |
+
|
| 17 |
+
<Gallery />
|
| 18 |
+
|
| 19 |
+
## Model description
|
| 20 |
+
|
| 21 |
+
{woman sitting on chair in sunlit room with legs spread wide, tight dress riding up exposing her shaved pussy|woman straddling a man on bed with blue walls, her tight top riding up exposing cleavage and her legs wrapped around him|woman sitting on balcony with legs spread wide, holding large dildo against her exposed pussy|two women in living room, one topless exposing her breasts while the other has her legs spread|woman kneeling on white bed with legs spread wide, colorful dildo partially inserted into her pussy|woman sitting on leather couch with legs spread apart, tight dress lifted exposing her pussy and panties|woman standing in bathroom with legs wide, holding dildo near her exposed pussy|woman at vanity table with legs crossed, tight top lifted showing cleavage|woman lying on silk sheet with legs spread wide, candles around her, pussy fully visible|woman posing by window with sheer curtains, legs spread, tight dress riding up|woman in kitchen with legs spread wide, white countertops behind her, tight shirt lifted|woman on bar stool in kitchen with wine glasses, legs spread, tight dress revealing pussy|woman against wall with bookshelves, legs wide, tight top showing cleavage|woman in hallway with decorative art, legs spread apart, tight dress lifted|woman on window seat with cushions, legs spread wide, tight dress lifted|woman in closet with clothes hanging, legs spread, tight top revealing cleavage|woman on massage table with towels, legs spread wide, pussy fully exposed|woman on dressing room bench with jewelry, legs spread, tight dress lifted|woman in bedroom with fireplace, legs spread wide, tight outfit lifted|woman near fireplace in cozy room with blankets, legs spread, tight top showing cleavage}, she is squatting on top of a dildo, penetrating her
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
A close-up photograph of a nude woman with light skin and dark hair, lying on her back with her legs spread. She is using her hands to spread her labia, revealing her vulva. The camera angle is from below, focusing on her genital area. The background is a blurred, neutral-colored room. The lighting is bright and even, highlighting her skin texture.
|
| 25 |
+
|
| 26 |
+
closeup of a woman's vagina with her legs spread wide, tight outfit lifted she is squatting on top of a dildo, penetrating her
|
| 27 |
+
|
| 28 |
+
{woman sitting on chair in sunlit room with legs spread wide, tight dress riding up exposing her shaved pussy|woman straddling a man on bed with blue walls, her tight top riding up exposing cleavage and her legs wrapped around him|woman sitting on balcony with legs spread wide, holding large dildo against her exposed pussy|two women in living room, one topless exposing her breasts while the other has her legs spread|woman kneeling on white bed with legs spread wide, colorful dildo partially inserted into her pussy|woman sitting on leather couch with legs spread apart, tight dress lifted exposing her pussy and panties|woman standing in bathroom with legs wide, holding dildo near her exposed pussy|woman at vanity table with legs crossed, tight top lifted showing cleavage|woman lying on silk sheet with legs spread wide, candles around her, pussy fully visible|woman posing by window with sheer curtains, legs spread, tight dress riding up|woman in kitchen with legs spread wide, white countertops behind her, tight shirt lifted|woman on bar stool in kitchen with wine glasses, legs spread, tight dress revealing pussy|woman against wall with bookshelves, legs wide, tight top showing cleavage|woman in hallway with decorative art, legs spread apart, tight dress lifted|woman on window seat with cushions, legs spread wide, tight dress lifted|woman in closet with clothes hanging, legs spread, tight top revealing cleavage|woman on massage table with towels, legs spread wide, pussy fully exposed|woman on dressing room bench with jewelry, legs spread, tight dress lifted|woman in bedroom with fireplace, legs spread wide, tight outfit lifted|woman near fireplace in cozy room with blankets, legs spread, tight top showing cleavage}, she is squatting on top of a dildo, penetrating her
|
| 29 |
+
|
| 30 |
+
A close-up photograph of a nude asian woman with light skin and dark hair, lying on her back with her legs spread. She is using her hands to spread her labia, revealing her vulva. The camera angle is from below, focusing on her genital area. The background is a blurred, neutral-colored room. The lighting is bright and even, highlighting her skin texture.
|
| 31 |
+
|
| 32 |
+
A close-up photograph of a nude black woman with dark skin and dark hair, lying on her back with her legs spread. She is using her hands to spread her labia, revealing her vulva. The camera angle is from below, focusing on her genital area. The background is a blurred, neutral-colored room. The lighting is bright and even, highlighting her skin texture.
|
| 33 |
+
|
| 34 |
+
close-up shot of the buttocks and genitals of a woman with slim physique who is on all fours on a white countertop seen from an angle, looking back at the viewer over her shoulder. Showcasting her vulva and anus. The room is brightly lit with natural light coming from a window behind her. The camera angle is from the side, capturing her from the waist up
|
| 35 |
+
|
| 36 |
+
close-up shot of the buttocks and genitals of a woman with slim physique who is on all fours on a white countertop seen from an angle, looking back at the viewer over her shoulder. Showcasting her vulva and anus with a purple dildo penetrating her vagina. The room is brightly lit with natural light coming from a window behind her. The camera angle is from the side, capturing her from the waist up.
|
| 37 |
+
|
| 38 |
+
{woman sitting on chair in sunlit room with legs spread wide, tight dress riding up exposing her shaved pussy|woman straddling a man on bed with blue walls, her tight top riding up exposing cleavage and her legs wrapped around him|woman sitting on balcony with legs spread wide, holding large dildo against her exposed pussy|two women in living room, one topless exposing her breasts while the other has her legs spread|woman kneeling on white bed with legs spread wide, colorful dildo partially inserted into her pussy|woman sitting on leather couch with legs spread apart, tight dress lifted exposing her pussy and panties|woman standing in bathroom with legs wide, holding dildo near her exposed pussy|woman at vanity table with legs crossed, tight top lifted showing cleavage|woman lying on silk sheet with legs spread wide, candles around her, pussy fully visible|woman posing by window with sheer curtains, legs spread, tight dress riding up|woman in kitchen with legs spread wide, white countertops behind her, tight shirt lifted|woman on bar stool in kitchen with wine glasses, legs spread, tight dress revealing pussy|woman against wall with bookshelves, legs wide, tight top showing cleavage|woman in hallway with decorative art, legs spread apart, tight dress lifted|woman on window seat with cushions, legs spread wide, tight dress lifted|woman in closet with clothes hanging, legs spread, tight top revealing cleavage|woman on massage table with towels, legs spread wide, pussy fully exposed|woman on dressing room bench with jewelry, legs spread, tight dress lifted|woman in bedroom with fireplace, legs spread wide, tight outfit lifted|woman near fireplace in cozy room with blankets, legs spread, tight top showing cleavage}, she is squatting on top of a dildo, penetrating her
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## Download model
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
[Download](/B4100/anatk/tree/main) them in the Files & versions tab.
|