CCMat/fforiver-river
04
1---2license: creativeml-openrail-m3tags:4- pytorch5- diffusers6- stable-diffusion7- text-to-image8- diffusion-models-class9- dreambooth-hackathon10- landscape11widget:12- text: professional photo of fforiver river running alongside the Colosseum in Rome13---14 15# DreamBooth model for the fforiver concept trained on the CCMat/forest-river dataset.16 17This is a Stable Diffusion model fine-tuned on the fforiver concept with DreamBooth. It can be used by modifying the `instance_prompt`: **a photo of fforiver river**18 19This model was created as part of the DreamBooth Hackathon 🔥. Visit the [organisation page](https://huggingface.co/dreambooth-hackathon) for instructions on how to take part!20 21## Description22 23 24This is a Stable Diffusion model fine-tuned on `river` images for the landscape theme.25 26Pretrained Model: nitrosocke/elden-ring-diffusion27 28 29 30## Usage31 32```python33from diffusers import StableDiffusionPipeline34 35pipeline = StableDiffusionPipeline.from_pretrained('CCMat/fforiver-river')36image = pipeline().images[0]37image38```39 40## Samples41 42Prompt: "fforiver river in front of the The Taj Mahal, professional photograph"4344<br>45 46Prompt: "Fallout concept of fforiver river in front of Chichén Itzá in Mexico, sun rays, unreal engine 5"4748<br>49 50Prompt: "high quality photo of fforiver river along the Colosseum in Rome"5152<br>53 54Prompt: "Oil painting of fforiver river in front of the Machu Picchu"5556<br>57 