Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Realistic
Photos
AInfinity
artificialguybr
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/InfiniteLiberty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/InfiniteLiberty 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/InfiniteLiberty", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -92,4 +92,20 @@ Original pages:
|
|
| 92 |
|
| 93 |
https://civitai.com/models/94123?modelVersionId=100409 (Liberte Redmond)
|
| 94 |
|
| 95 |
-
https://civitai.com/models/121253/ai-infinity-realistic-better-hands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
|
| 93 |
https://civitai.com/models/94123?modelVersionId=100409 (Liberte Redmond)
|
| 94 |
|
| 95 |
+
https://civitai.com/models/121253/ai-infinity-realistic-better-hands
|
| 96 |
+
|
| 97 |
+
# Recipe:
|
| 98 |
+
|
| 99 |
+
- SuperMerger Weight Sum Train Difference MBW 0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0
|
| 100 |
+
|
| 101 |
+
Model A:
|
| 102 |
+
|
| 103 |
+
AIInfinityRealistic
|
| 104 |
+
|
| 105 |
+
Model B:
|
| 106 |
+
|
| 107 |
+
LiberteRedmond
|
| 108 |
+
|
| 109 |
+
Output:
|
| 110 |
+
|
| 111 |
+
InfiniteLiberty
|