Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General purpose
Photorealistic
3D artworks
Anime
Pixar
CGI
nitrosocke
PromptSharingSamaritan
artificialguybr
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/Shift with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Shift 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/Shift", 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: | |
| - General purpose | |
| - Photorealistic | |
| - 3D artworks | |
| - Anime | |
| - Pixar | |
| - CGI | |
| - nitrosocke | |
| - PromptSharingSamaritan | |
| - artificialguybr | |
| - stable-diffusion | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - nitrosocke/redshift-diffusion | |
| - Yntec/LiberteRedmond | |
| - Yntec/Shiny3DCartoon | |
| base_model_relation: merge | |
| # Shift | |
| The reverse merge of https://huggingface.co/Yntec/Red including the Redshift Diffusion, Liberte Redmond and Shiny3D cartoon models. Showcase and prompts (all use seed 9119): | |
|  | |
| Cleavage woman leans on a pool table in a bar with players in the background. | |
|  | |
| 1000 level modern steam punk futuristic castle, clear transparent glass, on cloud, professional photorealistic, fov 90, rtx illuminated, volumetric light, 4k, full detailing, more definition, sharp edges, night ilumination | |
|  | |
| Girl as princess Zelda with her sister as Princess Peach | |
|  | |
| Ford Mustang. | |
| # RedShift Diffusion | |
| Safetensors version of this model also included. | |
| Original pages: | |
| https://huggingface.co/nitrosocke/redshift-diffusion (ckpt version) | |
| https://civitai.com/models/118571/shiny-3d-cartoon?modelVersionId=128643 | |
| https://civitai.com/models/94123?modelVersionId=100409 (Liberte Redmond) | |
| # Recipe: | |
| - SuperMerger Add Difference Train Difference Alpha 1 | |
| Model A: LiberteRedmond | |
| Model B: redshift-diffusion | |
| Model C: Stable Diffusion 1.5 | |
| Output Model: LiberteRedshift | |
| - SuperMerger Add Difference Train Difference Alpha 1 | |
| Model A: Shiny3DCartoon | |
| Model B: redshift-diffusion | |
| Model C: Stable Diffusion 1.5 | |
| Output Model: RedShiny-Diffusion | |
| - SuperMerger Weight sum Use MBW 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,1 | |
| Model A: RedShiny-Diffusion | |
| Model B: LiberteRedshift | |
| Output Model: Red |