Instructions to use artificialguybr/PIXELART-REDMOND-FLUXKLEIN9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use artificialguybr/PIXELART-REDMOND-FLUXKLEIN9B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.2-klein-9B", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("artificialguybr/PIXELART-REDMOND-FLUXKLEIN9B") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
docs: add missing creator links
Browse files
README.md
CHANGED
|
@@ -120,3 +120,12 @@ You should use `PixArFK` to trigger the image generation.
|
|
| 120 |
|
| 121 |
|
| 122 |
[Download](/artificialguybr/PIXELART-REDMOND-FLUXKLEIN9B/tree/main) them in the Files & versions tab.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
|
| 121 |
|
| 122 |
[Download](/artificialguybr/PIXELART-REDMOND-FLUXKLEIN9B/tree/main) them in the Files & versions tab.
|
| 123 |
+
|
| 124 |
+
<!-- artificialguybr-links:start -->
|
| 125 |
+
### Explore More
|
| 126 |
+
|
| 127 |
+
Discover more of my models, projects, and practical AI resources:
|
| 128 |
+
- **Prompt library:** [FindGoodPrompt](https://findgoodprompt.com/) — curated prompts for image and language models.
|
| 129 |
+
- **AI tools directory:** [JustGoodAI](https://justgoodai.com/) — a curated directory of useful AI tools.
|
| 130 |
+
|
| 131 |
+
<!-- artificialguybr-links:end -->
|