AaditD/rks-diffusion
12
1---2base_model: stabilityai/stable-diffusion-2-13library_name: diffusers4license: creativeml-openrail-m5inference: true6tags:7- stable-diffusion8- stable-diffusion-diffusers9- text-to-image10- diffusers11- diffusers-training12- lora13---14 15<!-- This model card has been generated automatically according to the information the training script had access to. You16should probably proofread and complete it, then remove this comment. -->17 18 19# LoRA text2image fine-tuning - AaditD/rks-diffusion20These are LoRA adaption weights for stabilityai/stable-diffusion-2-1. The weights were fine-tuned on the AaditD/multilingual_rks dataset. You can find some example images in the following. 21 2223242526 27 28 29## Intended uses & limitations30 31#### How to use32 33```python34# TODO: add an example code snippet for running this diffusion pipeline35```36 37#### Limitations and bias38 39[TODO: provide examples of latent issues and potential remediations]40 41## Training details42 43[TODO: describe the data used to train the model]