CoolFace
Modelpublic

forkthus/model

sourceHugging Facecreativeml-openrail-mupdated 2y agoView on Hugging Face
0likes3downloads
README.md43 linesDownload Raw Back to root
1---2base_model: runwayml/stable-diffusion-v1-53library_name: diffusers4license: creativeml-openrail-m5tags:6- text-to-image7- dreambooth8- diffusers-training9- stable-diffusion10- stable-diffusion-diffusers11inference: true12instance_prompt: a photo of sks object13---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# DreamBooth - forkthus/model20 21This is a dreambooth model derived from runwayml/stable-diffusion-v1-5. The weights were trained on a photo of sks object using [DreamBooth](https://dreambooth.github.io/).22You can find some example images in the following. 23 24 25 26DreamBooth for the text encoder was enabled: False.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]