Instructions to use dexadeca99/codax99 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dexadeca99/codax99 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-3-medium", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("dexadeca99/codax99") prompt = "test" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/test1.jpg +3 -0
- loracodax.safetensors +3 -0
images/test1.jpg
ADDED
|
Git LFS Details
|
loracodax.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fa8d1be6241b3c5c6f260c50ca6f2d3206952fb97ee336de874b67f0a5e7954
|
| 3 |
+
size 456540972
|