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
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
|
| 16 |
# Super Cute Remix
|
| 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 |
|
|
@@ -35,7 +35,7 @@ Model: DucHaitenSuperCute_v1.0
|
|
| 35 |
|
| 36 |
Output: DucHaitenSuperCuteMini
|
| 37 |
|
| 38 |
-
- SuperMerger Weight sum Train Difference MBW 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 (this overwrites the unet but lets everything else intact. Reversing the models makes one that is SuperCute with DucHaitenSuperCute 1.0's unet)
|
| 39 |
|
| 40 |
Model A: DucHaitenSuperCuteMini
|
| 41 |
|
|
|
|
| 15 |
|
| 16 |
# Super Cute Remix
|
| 17 |
|
| 18 |
+
DucHaitenSuperCute 1.0 mixed with SuperCute's unet and text encoder 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 |
|
|
|
|
| 35 |
|
| 36 |
Output: DucHaitenSuperCuteMini
|
| 37 |
|
| 38 |
+
- SuperMerger Weight sum Train Difference MBW 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 (this overwrites the unet and text encoder but lets everything else intact. Reversing the models makes one that is SuperCute with DucHaitenSuperCute 1.0's unet and text encoder)
|
| 39 |
|
| 40 |
Model A: DucHaitenSuperCuteMini
|
| 41 |
|