Instructions to use artificialguybr/ClayAnimation-Redmond-QWENIMAGE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/ClayAnimation-Redmond-QWENIMAGE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image-2512", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/ClayAnimation-Redmond-QWENIMAGE") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 5 files
Browse files- [Qwen.Image]ClayAnimation_Redmond.safetensors +3 -0
- images/003.png +3 -0
- images/006.png +3 -0
- images/008.png +3 -0
- images/012.png +3 -0
[Qwen.Image]ClayAnimation_Redmond.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc990d1a688b283b03337a7fa8dd9037fbcbe45708d975a338b69ba6855180bf
|
| 3 |
+
size 590058920
|
images/003.png
ADDED
|
Git LFS Details
|
images/006.png
ADDED
|
Git LFS Details
|
images/008.png
ADDED
|
Git LFS Details
|
images/012.png
ADDED
|
Git LFS Details
|