Instructions to use Kagerage/craig-wazowski-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kagerage/craig-wazowski-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("Kagerage/craig-wazowski-style", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Maybe finalized repo
Browse files
README.md
CHANGED
|
@@ -19,7 +19,8 @@ Sample pictures of this concept:
|
|
| 19 |
|
| 20 |
|
| 21 |

|
| 22 |
-

|
| 22 |
+
%20portrait%20artwork%2C%201girl%20(anime_0.2)%20catgirl%20nekomimi%2C%20(cat%20ears_1.2)%2C%20cute%2C%20slight%20(cat-like_1.4)%20closed%20mo.png)
|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+

|