Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Vectors
Art
Anime
3D
Style
coder119
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/HiFi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/HiFi 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/HiFi", 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
|
@@ -52,7 +52,7 @@ https://civitai.com/models/65706?modelVersionId=70355
|
|
| 52 |
|
| 53 |
# HiFiAlpha
|
| 54 |
|
| 55 |
-
The original vision, too bad it suffered from terrible anathomy, it may be better if you don't draw humans or animals.
|
| 56 |
|
| 57 |
# Recipes:
|
| 58 |
|
|
|
|
| 52 |
|
| 53 |
# HiFiAlpha
|
| 54 |
|
| 55 |
+
The original vision, too bad it suffered from terrible anathomy, it may be better if you don't draw humans or animals. You can check it out at: https://huggingface.co/Yntec/HiFi/discussions/2
|
| 56 |
|
| 57 |
# Recipes:
|
| 58 |
|