Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
landscape
Instructions to use CCMat/fruins-ruins with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CCMat/fruins-ruins 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/fruins-ruins", dtype=torch.bfloat16, device_map="cuda") prompt = "a photo of fruins ruins in Paris in front of the Arc de triomphe, mdjrny-v4 style" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ Prompt: "fruins ruins in London near the Tower Bridge, professional photograph"
|
|
| 52 |

|
| 53 |
<br>
|
| 54 |
|
| 55 |
-
Prompt: "A futiristic post-apocalyptic town in fruins ruins trending on artstation, nostalgic
|
| 56 |

|
| 57 |
<br>
|
| 58 |
|
|
|
|
| 52 |

|
| 53 |
<br>
|
| 54 |
|
| 55 |
+
Prompt: "A futiristic post-apocalyptic town in fruins ruins trending on artstation, nostalgic lightning, unreal engine 5"
|
| 56 |

|
| 57 |
<br>
|
| 58 |
|