Instructions to use DAKARA555/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DAKARA555/test with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/wan_lora_v1", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DAKARA555/test") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- fullnelson_v1_e80_wan.safetensors +3 -0
- images/IMG_9514.PNG +3 -0
fullnelson_v1_e80_wan.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2e6e311c0547fc34a2eef4da4692501571355a40cbc4ef1af32523552a9ca51
|
| 3 |
+
size 538826520
|
images/IMG_9514.PNG
ADDED
|
|
Git LFS Details
|