janetsw/act
022
1---2license: creativeml-openrail-m3library_name: diffusers4tags:5- stable-diffusion6- stable-diffusion-diffusers7- text-to-image8- diffusers9- textual_inversion10- diffusers-training11base_model: stabilityai/stable-diffusion-2-1-base12inference: true13---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# Textual inversion text2image fine-tuning - janetsw/act20These are textual inversion adaption weights for stabilityai/stable-diffusion-2-1-base. You can find some example images in the following. 21 22 23 24 25## Intended uses & limitations26 27#### How to use28 29```python30# TODO: add an example code snippet for running this diffusion pipeline31```32 33#### Limitations and bias34 35[TODO: provide examples of latent issues and potential remediations]36 37## Training details38 39[TODO: describe the data used to train the model]