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 Settings
- Draw Things
- DiffusionBee
| license: creativeml-openrail-m | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - Vectors | |
| - Art | |
| - Anime | |
| - 3D | |
| - Style | |
| - coder119 | |
| - DucHaiten | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - coder119/Vectorartz_Diffusion | |
| - Yntec/DucHaitenLofi | |
| base_model_relation: merge | |
| # HiFi | |
| Comparison, samples and prompts (all use seed 9119): | |
|  | |
| (Click for larger) | |
| (best quality, masterpiece, highres),1girl,solo,short hair wig,trench coat, city background. stunning eyes. 1girl,solo,short hair wig,trench coat, city background. stunning. | |
|  | |
| beautiful landscape, vectorartz | |
|  | |
| Highly detailed, High Quality, Masterpiece, beautiful, cute girl. Zelda with her young sister as toon link. teal headwear. sweet smile | |
|  | |
| isometric village, vectorartz | |
| The Lofi A model by DucHaiten merged with VectorArtz model by coder 119. | |
| Original pages: | |
| https://huggingface.co/coder119/Vectorartz_Diffusion | |
| https://civitai.com/models/65706?modelVersionId=70355 | |
| # HiFiAlpha | |
| 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 | |
| # Recipes: | |
| - SuperMerger Weight Sum Use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,1 | |
| Model A: | |
| Vector_Artz | |
| Model B: | |
| DucHaiten Lofi A | |
| - Bake kl-f8-anime2VAE | |
| Output: | |
| HiFiAlpha | |
| - SuperMerger Weight Sum Use MBW 1,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 | |
| Model A: | |
| Vector_Artz | |
| Model B: | |
| DucHaiten Lofi A | |
| - Bake kl-f8-anime2VAE | |
| Output: | |
| HiFi |