Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
landscape
Instructions to use CCMat/fforiver-river with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CCMat/fforiver-river with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CCMat/fforiver-river", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "professional photo of fforiver river running alongside the Colosseum in Rome" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ This model was created as part of the DreamBooth Hackathon 🔥. Visit the [orga
|
|
| 22 |
|
| 23 |
|
| 24 |
This is a Stable Diffusion model fine-tuned on `river` images for the landscape theme.
|
|
|
|
| 25 |
Pretrained Model: nitrosocke/elden-ring-diffusion
|
| 26 |
|
| 27 |
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
This is a Stable Diffusion model fine-tuned on `river` images for the landscape theme.
|
| 25 |
+
|
| 26 |
Pretrained Model: nitrosocke/elden-ring-diffusion
|
| 27 |
|
| 28 |
|