Instructions to use vansonel/Azuma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vansonel/Azuma 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.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("vansonel/Azuma") prompt = "Screenshot" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Azuma.safetensors +3 -0
- images/截圖 2026-01-10 晚上7.39.43.png +3 -0
Azuma.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bf5f0f3dda333688489bc5632df2f2794a4b84f885f0494c8ffbcbdf8dbfb9a
|
| 3 |
+
size 368695676
|
images/截圖 2026-01-10 晚上7.39.43.png
ADDED
|
Git LFS Details
|