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
- Draw Things
- DiffusionBee
Upload AFK-Style.safetensors
Browse files- AFK-Style.safetensors +3 -0
AFK-Style.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb23745031a70301d1cbde47e0026afcd8ae067d6164acd03bf4f90d427ea3a6
|
| 3 |
+
size 228458452
|