Text-to-Image
Diffusers
Safetensors
English
stable-diffusion-diffusers
StableDiffusion
Stable-Diffusion
image-generation
SD1.5
SDv1.5
Instructions to use nDimensional/Lomostyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nDimensional/Lomostyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nDimensional/Lomostyle", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
nDimensional commited on
Commit ·
e254036
1
Parent(s): 534bccf
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,5 +14,14 @@ library_name: diffusers
|
|
| 14 |
---
|
| 15 |
|
| 16 |
|
| 17 |
-
|
| 18 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
|
| 17 |
+
<div align="center">
|
| 18 |
+
<font size="6">Lomostyle</font>
|
| 19 |
+
</div>
|
| 20 |
+
<img src="https://huggingface.co/Schisim/Lomostyle/resolve/main/images/collage.jpg" width=2048/>
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
Trained on Analog/Lo-fi photographs, includes tags for various cameras, color negative/black and white/reverse color films.
|
| 24 |
+
|
| 25 |
+
**This is a SD 1.5 fine-tune**
|
| 26 |
+
|
| 27 |
+
Please use vae alongside this model - https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main
|