Instructions to use HighCWu/Jojo_lora_4bit_training_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HighCWu/Jojo_lora_4bit_training_v1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-Kontext-dev,HighCWu/FLUX.1-Kontext-dev-bnb-hqq-4bit", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HighCWu/Jojo_lora_4bit_training_v1") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things

- Xet hash:
- 0f0b72baafe96421b86435ca4406abf6b37f6a8afd2a5973f3503929a912b627
- Size of remote file:
- 3.66 MB
- SHA256:
- 5e4268d9a9d2d46ad97a116373b5acef7a1616e9b78e6c8a653c56b3ec9fd33c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.