Instructions to use Gemneye/Shawty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Gemneye/Shawty with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-T2V-A14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Gemneye/Shawty") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/Shawty-Wan2Image-007.png
ADDED
|
Git LFS Details
|
shawty_wan22_high_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22420de4d17b8b044dfcd79c3be040c28d80be4e92e32af9a8ad7419c51dadc5
|
| 3 |
+
size 153450640
|
shawty_wan22_low_noise_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebb8c821eb33a2c7b0877e41def9897b482a8a416757bca3c58bbfdcc9a9eea0
|
| 3 |
+
size 153450640
|