Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
realistic
cinema
movies
AInfinity
Lykon
Instructions to use Yntec/Infinite80s with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Infinite80s with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/Infinite80s", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ The 80s never ended. Now with a better base model.
|
|
| 21 |
|
| 22 |

|
| 23 |
|
|
|
|
|
|
|
| 24 |
AI-infinity model by AInfinity and LiberteRedmond by artificialguybr with the 80s Movie style LoRA by Lykon.
|
| 25 |
|
| 26 |
Sample and prompt:
|
|
@@ -36,7 +38,7 @@ https://civitai.com/models/94123?modelVersionId=100409 (LiberteRedmond)
|
|
| 36 |
|
| 37 |
# Liberte Infinity
|
| 38 |
|
| 39 |
-
A merge of AI-infinity and LiberteRedmond to be used as base model for
|
| 40 |
|
| 41 |

|
| 42 |
|
|
|
|
| 21 |
|
| 22 |

|
| 23 |
|
| 24 |
+
(Click for larger)
|
| 25 |
+
|
| 26 |
AI-infinity model by AInfinity and LiberteRedmond by artificialguybr with the 80s Movie style LoRA by Lykon.
|
| 27 |
|
| 28 |
Sample and prompt:
|
|
|
|
| 38 |
|
| 39 |
# Liberte Infinity
|
| 40 |
|
| 41 |
+
A merge of AI-infinity and LiberteRedmond to be used as base model for Infinite80s. Also check https://huggingface.co/Yntec/InfiniteLiberty
|
| 42 |
|
| 43 |

|
| 44 |
|