Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
3D
General
Cinematic
CGI
DreamWorks
Pixar
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/WorksForMe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/WorksForMe 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/WorksForMe", torch_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: | |
| - Anime | |
| - 3D | |
| - General | |
| - Cinematic | |
| - CGI | |
| - DreamWorks | |
| - Pixar | |
| - DucHaiten | |
| - stable-diffusion | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - Yntec/DucHaiten-GoldenLife | |
| - Yntec/DreamWorks | |
| base_model_relation: merge | |
| # Works For Me | |
| The DreamWorks model merged with DucHaitern-GoldenLife to add some Pixar style to the mix! Showcase and prompts (all use seed 9119): | |
|  | |
| Ginger pretty Princess Daisy sitting in the, Blue anime eyes. Mushroom Kingdom. | |
|  | |
| 1girl,night, waterfall, white wavy hair Angel 22y.o, (realistic:2),Mucha,4k,rabbits and birds, close up, | |
| (prompt by @digiplay) | |
|  | |
| Dreamworks artstyle, baby sheep | |
|  | |
| Young man with daughter portrait cartoon. festive scene at a copper brewery with a wooden keg of beer in the center. Pretty cute chibi girl sitting with young dad chef. Display mugs of dark beer accompanied by colorful happy halloween ingredients | |
| Original pages: | |
| https://tensor.art/models/628276277415133426 | |
| https://huggingface.co/Yntec/DreamWorks | |
| # Recipe: | |
| - SuperMerger Weight sum Use MBW 0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 | |
| Model A: | |
| DucHaiten-GoldenLife | |
| Model B: | |
| DreamWorks | |
| Output Model: | |
| WorksForMe |