Instructions to use artificialguybr/ClayAnimationRedmond with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/ClayAnimationRedmond with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/ClayAnimationRedmond") prompt = "Clay Animation, Clay" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
docs: add Prompt Hub link to findgoodprompt.com
Browse files
README.md
CHANGED
|
@@ -36,8 +36,11 @@ Patreon:
|
|
| 36 |
You can find more of my models, projects, and information on my official website:
|
| 37 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 38 |
|
|
|
|
|
|
|
|
|
|
| 39 |
### 💖 Support My Work
|
| 40 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 41 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 42 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr)
|
| 43 |
-
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|
|
|
|
| 36 |
You can find more of my models, projects, and information on my official website:
|
| 37 |
- **[artificialguy.com](https://artificialguy.com/)**
|
| 38 |
|
| 39 |
+
|
| 40 |
+
### 🚀 Prompt Hub
|
| 41 |
+
Need high-quality prompts for image models and LLMs? Explore **[findgoodprompt.com](https://findgoodprompt.com)**.
|
| 42 |
### 💖 Support My Work
|
| 43 |
If you find this model useful, please consider supporting my work. It helps me cover server costs and dedicate more time to new open-source projects.
|
| 44 |
- **Patreon:** [Support on Patreon](https://www.patreon.com/user?u=81570187)
|
| 45 |
- **Ko-fi:** [Buy me a Ko-fi](https://ko-fi.com/artificialguybr)
|
| 46 |
+
- **Buy Me a Coffee:** [Buy me a Coffee](https://buymeacoffee.com/jvkape)
|