Instructions to use Yntec/SomethingRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/SomethingRemix 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/SomethingRemix", 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/SomethingRemix", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Something Remix
Something V1 mixed with Something V2.2 to save its compositions from oblivion! Comparison:
Showcase and prompts (all use seed 9119):
pretty cute 1girl, sitting, Detailed Brown Eyes, Chibi grabbing cookies, gorgeous legs, detailed hair, beautiful detailed kitchen, brunette, Magazine ad, iconic, from the movie, sharp focus. visible brushstrokes by artgerm and leyendecker
masterpiece, best quality, hatsune miku, white shirt, darkness, dark background
masterpiece, best quality, landscape
masterpiece, best quality, 1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt
Original pages:
https://huggingface.co/NoCrypt/SomethingV1
https://huggingface.co/NoCrypt/SomethingV2_2
Recipe:
- SuperMerger Weight Sum Use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1
Model A:
SomethingRAW
Model B:
Something 2.2
Output:
SomethingRemix
- Downloads last month
- 14




