Instructions to use LiveBetween2Buses/boots-correction-lora-final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LiveBetween2Buses/boots-correction-lora-final with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AH123123/QWEN_Image_Edit_2511", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LiveBetween2Buses/boots-correction-lora-final") prompt = "b00tx" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- boot_b00tx_v1.safetensors +3 -0
- images/007.jpg +3 -0
- images/1 Boot_white.png +3 -0
boot_b00tx_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69572504de014c25464235c96140990ecb7b2378207f7fa52d588c78078ab892
|
| 3 |
+
size 295146224
|
images/007.jpg
ADDED
|
Git LFS Details
|
images/1 Boot_white.png
ADDED
|
Git LFS Details
|