Instructions to use Hemlok/VaLMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hemlok/VaLMix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Hemlok/VaLMix", 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
|
@@ -65,17 +65,17 @@ kawaii, 1girl, (solo), (cowboy shot), (dynamic angle), Ruffled Dresses, (The gre
|
|
| 65 |
---
|
| 66 |
|
| 67 |
## ◇VaLMix2-MAIN
|
| 68 |
-

|
| 69 |
- VaLMix Remake
|
| 70 |
|
| 71 |
---
|
| 72 |
|
| 73 |
## ◇VaLMix2-EX
|
| 74 |
+

|
| 75 |
- VaLMixV2 Remake
|
| 76 |
---
|
| 77 |
## ◇MJVaL2
|
| 78 |
+

|
| 79 |
- VaLMix2-EX + Openjourney-v4
|
| 80 |
|
| 81 |
---
|