Instructions to use Yntec/Vintedois with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Vintedois 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/Vintedois", 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
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/Vintedois", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Vintedois
Safetensors 768x768 version of this model for the inference API. Original page: https://huggingface.co/22h/vintedois-diffusion-v0-1
Samples and prompts:
(Click for larger)
Samples and prompts:
Top left: 1990 movie screenshot. beautiful wife with young husband and daughter. festive scene at a copper brewery with a wooden keg of beer in the center. sitting cute little girl. Display mugs of dark beer. faces. accompanied Shirley by halloween ingredients
Top right: Pizza
Bottom left: Animated series in the style of Bruce Timm, pretty cute little girl as Maria Magdalena with black sunglasses smiling, dressed in a cassock, in a heroic and extravagant pose.
Bottom right: ladies as close Catwoman and Harley Quinn from the 2004 movie. elegant, medieval in cool armor, action scene, in a wonderland land
(Click for larger)
Top left: photo of an old man in a jungle, looking at the fedora
Top right: tiny baby girl. chibi.
Bottom left: a beautiful girl In front of the cabin, the country, by Artgerm Lau and Krenz CushartοΌhyperdetailed, trending on artstation, trending on deviantart
Bottom right: kneeling chipmunk knight, portrait, finely detailed armor, intricate design
(Click for larger)
Top left: greek city landscape
Top right: People are helping to rebuild the city
Bottom left: pretty cute little girl as Marie Antoinette playing on drums in bedroom. precious eyes. short smile
Bottom right: prehistoric cave living room
- Downloads last month
- 82


