Instructions to use SlowHorse/AFK-Style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SlowHorse/AFK-Style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("SlowHorse/AFK-Style") prompt = "afk//,brushwork texture,fantasy,solo,front view,full body view,illustration,white_background, Frodo Baggins, a courageous hobbit, brown curly hair, big feet" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 8 files
Browse files- .gitattributes +8 -0
- image/ComfyUI_temp_eeedv_00003_.png +3 -0
- image/ComfyUI_temp_eeedv_00013_.png +3 -0
- image/ComfyUI_temp_eeedv_00031_.png +3 -0
- image/ComfyUI_temp_eeedv_00047_.png +3 -0
- image/ComfyUI_temp_eeedv_00051_.png +3 -0
- image/ComfyUI_temp_eeedv_00059_.png +3 -0
- image/ComfyUI_temp_gbkdf_00019_.png +3 -0
- image/ComfyUI_temp_gbkdf_00034_.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
image/ComfyUI_temp_eeedv_00003_.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
image/ComfyUI_temp_eeedv_00013_.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
image/ComfyUI_temp_eeedv_00031_.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
image/ComfyUI_temp_eeedv_00047_.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
image/ComfyUI_temp_eeedv_00051_.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
image/ComfyUI_temp_eeedv_00059_.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
image/ComfyUI_temp_gbkdf_00019_.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
image/ComfyUI_temp_gbkdf_00034_.png filter=lfs diff=lfs merge=lfs -text
|
image/ComfyUI_temp_eeedv_00003_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_eeedv_00013_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_eeedv_00031_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_eeedv_00047_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_eeedv_00051_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_eeedv_00059_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_gbkdf_00019_.png
ADDED
|
Git LFS Details
|
image/ComfyUI_temp_gbkdf_00034_.png
ADDED
|
Git LFS Details
|