Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Girl
Asian
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/SuperCuteRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/SuperCuteRemix 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/SuperCuteRemix", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ pipeline_tag: text-to-image
|
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
tags:
|
| 6 |
- Anime
|
|
|
|
|
|
|
| 7 |
- DucHaiten
|
| 8 |
- stable-diffusion
|
| 9 |
- stable-diffusion-diffusers
|
|
@@ -15,12 +17,16 @@ tags:
|
|
| 15 |
|
| 16 |
DucHaitenSuperCute 1.0 mixed with SuperCute's unet and skin colors fixed (to match the color temperature of SuperCute)
|
| 17 |
|
|
|
|
|
|
|
| 18 |
Sample and prompt:
|
| 19 |
|
| 20 |

|
| 21 |
|
| 22 |
A pretty cute sofa girl sitting in a jar, by makoto shinkai an norman rockwell
|
| 23 |
|
|
|
|
|
|
|
| 24 |
# Recipe
|
| 25 |
|
| 26 |
- Model Converter 16fp no-ema
|
|
|
|
| 4 |
license: creativeml-openrail-m
|
| 5 |
tags:
|
| 6 |
- Anime
|
| 7 |
+
- Girl
|
| 8 |
+
- Asian
|
| 9 |
- DucHaiten
|
| 10 |
- stable-diffusion
|
| 11 |
- stable-diffusion-diffusers
|
|
|
|
| 17 |
|
| 18 |
DucHaitenSuperCute 1.0 mixed with SuperCute's unet and skin colors fixed (to match the color temperature of SuperCute)
|
| 19 |
|
| 20 |
+
If you like his content, support him at: https://linktr.ee/Duc_Haiten
|
| 21 |
+
|
| 22 |
Sample and prompt:
|
| 23 |
|
| 24 |

|
| 25 |
|
| 26 |
A pretty cute sofa girl sitting in a jar, by makoto shinkai an norman rockwell
|
| 27 |
|
| 28 |
+
Original page: https://huggingface.co/DucHaiten/DucHaitenSuperCute/tree/main
|
| 29 |
+
|
| 30 |
# Recipe
|
| 31 |
|
| 32 |
- Model Converter 16fp no-ema
|