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
|
@@ -42,8 +42,6 @@ A merge of AI-infinity and LiberteRedmond to be used as base model for Infinite8
|
|
| 42 |
|
| 43 |

|
| 44 |
|
| 45 |
-
# Recipe
|
| 46 |
-
|
| 47 |
# Recipe:
|
| 48 |
|
| 49 |
- SuperMerger Weight Sum Train Difference MBW 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1
|
|
|
|
| 42 |
|
| 43 |

|
| 44 |
|
|
|
|
|
|
|
| 45 |
# Recipe:
|
| 46 |
|
| 47 |
- SuperMerger Weight Sum Train Difference MBW 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1
|