Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Midjourney
NijiV5
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Cute with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Cute 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/Cute", 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/Cute", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]DucHaitenNiji Cute v2.3.5
Original page: https://civitai.com/models/70921?modelVersionId=80635
Support DucHaiten: https://linktr.ee/Duc_Haiten
Sample and prompt:
detailed art, Cartoon Pretty CUTE Girl, stunning of ross tran /, smooth, hdr, smooth, sharp focus, DETAILED CHIBI EYES, award winning photo, high resolution, the banquet, ROSSDRAWS, TRAVELER ( c. NIGHT TIME ~ 1920 ). soda, herbert davis richter., wearing, ( 1 8 7 4 _ 1 9 5 5 ) _ a floral harvest. Pleasing
- Downloads last month
- 77
