File size: 2,684 Bytes
243bc8b 27dccc2 243bc8b 27dccc2 243bc8b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
---
license: creativeml-openrail-m
base_model: runwayml/stable-diffusion-v1-5
tags:
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
- lora
inference: true
---
# LoRA text2image fine-tuning - stillerman/trdne-simple-prompt
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the stillerman/rugs-1.9k-downloaded dataset. You can find some example images in the following.
![img_0](./image_0.png)
![img_1](./image_1.png)
![img_2](./image_2.png)
![img_3](./image_3.png)
## Training Args
```json
{
"pretrained_model_name_or_path": "runwayml/stable-diffusion-v1-5",
"revision": null,
"dataset_name": "stillerman/rugs-1.9k-downloaded",
"dataset_config_name": null,
"train_data_dir": null,
"image_column": "image",
"caption_column": "caption",
"validation_prompt": "peter paps rug on a white background, persian rug, symmetric indian pattern, oriental carpets, persian carpets, rug, persian carpet, detailed patterned rug, persian design, highly intricate detailed, light boho carpet, rugs, an area rug, decorated with russian motifs, trending on textures. com, gilt silk torn fabric, highly intricate and colorful",
"num_validation_images": 4,
"validation_epochs": 1,
"max_train_samples": null,
"output_dir": "model_out_dir",
"cache_dir": null,
"seed": 1337,
"resolution": 512,
"center_crop": true,
"random_flip": true,
"train_batch_size": 1,
"num_train_epochs": 1,
"max_train_steps": 250,
"gradient_accumulation_steps": 4,
"gradient_checkpointing": false,
"learning_rate": 0.0001,
"scale_lr": false,
"lr_scheduler": "cosine",
"lr_warmup_steps": 0,
"snr_gamma": null,
"use_8bit_adam": false,
"allow_tf32": false,
"dataloader_num_workers": 8,
"adam_beta1": 0.9,
"adam_beta2": 0.999,
"adam_weight_decay": 0.01,
"adam_epsilon": 1e-08,
"max_grad_norm": 1.0,
"push_to_hub": true,
"hub_token": null,
"prediction_type": null,
"hub_model_id": "trdne-simple-prompt",
"logging_dir": "logs",
"mixed_precision": null,
"report_to": "tensorboard",
"local_rank": -1,
"checkpointing_steps": 250,
"checkpoints_total_limit": null,
"resume_from_checkpoint": null,
"enable_xformers_memory_efficient_attention": false,
"noise_offset": 0,
"rank": 4,
"override_caption": "peter paps rug on a white background, persian rug, symmetric indian pattern, oriental carpets, persian carpets, rug, persian carpet, detailed patterned rug, persian design, highly intricate detailed, light boho carpet, rugs, an area rug, decorated with russian motifs, trending on textures. com, gilt silk torn fabric, highly intricate and colorful"
}
```
|