Text-to-Image
Diffusers
Safetensors
qwen_image
qwen_image-diffusers
image-to-image
simpletuner
safe-for-work
lora
template:sd-lora
standard
Instructions to use davidrd123/rembrandt_sketches_qwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use davidrd123/rembrandt_sketches_qwen with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("davidrd123/rembrandt_sketches_qwen") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
The text encoder was not trained. You may reuse the base model text encoder for inference.
Training loss
Training settings
Training steps: 500
Learning rate: Automagic (adaptive)
- Learning rate schedule: Automagic optimizer
- Warmup steps: 0 (commented out: 100)
Max grad value: 1.0
Effective batch size: 4
- Micro-batch size: 4
- Gradient accumulation steps: 1
- Number of GPUs: 1
Gradient checkpointing: True (unsloth)
Prediction type: logit_normal
Optimizer: automagic
Trainable parameter precision: Pure BF16
Base model precision: Pure BF16
Caption dropout probability: 0.0% (not specified)
LoRA Rank: 64
LoRA Alpha: 64 (auto-set to rank)
LoRA Dropout: 0.0
LoRA initialisation style: default
LoRA mode: Standard
Datasets
rembrandt-sketch-640
- Repeats: 8
- Total number of images: TBD
- Total number of aspect buckets: 12 (from ar_buckets config)
- Resolution: 640 px
- Cropped: False
- Crop style: aspect ratio bucketing
- Used for regularisation data: No
rembrandt-sketch-1328
- Repeats: 4
- Total number of images: TBD
- Total number of aspect buckets: 12 (from ar_buckets config)
- Resolution: 1328 px
- Cropped: False
- Crop style: aspect ratio bucketing
- Used for regularisation data: No
- Downloads last month
- 4
Model tree for davidrd123/rembrandt_sketches_qwen
Base model
Qwen/Qwen-Image