Instructions to use Noginowa/merge-experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Noginowa/merge-experiment with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Noginowa/merge-experiment", 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
| { | |
| "id": "f5e201ae-3994-4c3b-8399-830600b3f1a0", | |
| "revision": 0, | |
| "last_node_id": 18, | |
| "last_link_id": 24, | |
| "nodes": [ | |
| { | |
| "id": 2, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| 200, | |
| 70 | |
| ], | |
| "size": [ | |
| 300, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 11, | |
| 12 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_3_06b_base.safetensors", | |
| "qwen_image", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 1, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 200, | |
| -70 | |
| ], | |
| "size": [ | |
| 300, | |
| 90 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 13 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "noginowa-alpha-mix-anima-01_v0.1.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "VAELoader", | |
| "pos": [ | |
| 200, | |
| 230 | |
| ], | |
| "size": [ | |
| 300, | |
| 60 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 15 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "qwen_image_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 14, | |
| "type": "EmptyLatentImage", | |
| "pos": [ | |
| 1100, | |
| 250 | |
| ], | |
| "size": [ | |
| 310, | |
| 110 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 20 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "EmptyLatentImage" | |
| }, | |
| "widgets_values": [ | |
| 896, | |
| 1152, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 10, | |
| "type": "KSampler", | |
| "pos": [ | |
| 1100, | |
| -70 | |
| ], | |
| "size": [ | |
| 310, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 19 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 16 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 17 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 20 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 21 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 720571290487789, | |
| "randomize", | |
| 30, | |
| 4.5, | |
| "er_sde", | |
| "beta", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 18, | |
| "type": "PreviewImage", | |
| "pos": [ | |
| 1500, | |
| 30 | |
| ], | |
| "size": [ | |
| 300, | |
| 330 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 24 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 16, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 1500, | |
| -70 | |
| ], | |
| "size": [ | |
| 300, | |
| 50 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 21 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 23 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 24 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 600, | |
| -70 | |
| ], | |
| "size": [ | |
| 400, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 11 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 16 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "Masterpiece, Best quality, Amazing quality, Very aesthetic, Absurdres, Highres, Hi res, Newest, \nDepth of field, Straight-on, \n(A cute girl:1.1), Solo, \nDot mouth, Light blush, \nStanding, Holding white board, Text \"Anima Merge Model\", Looking at viewer, \nRound face, Light-purple eyes, Tareme, \nSmall breasts, \nLong hair, One side up, White hair, Hair between eyes, Hair ribbon, \nSerafuku, Puffy short sleeves, Frilled sleeves, Arm ribbon, \nOutdoors, Fashionable street, Cafe, Ivy, \nDaytime" | |
| ] | |
| }, | |
| { | |
| "id": 9, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| 600, | |
| 250 | |
| ], | |
| "size": [ | |
| 400, | |
| 270 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 12 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 17 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.23.0", | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "Nsfw, Lowres, Bad quality, Worst quality, Poorly drawn, Flat color, Sketch, Jpeg artifacts,\nBad anatomy, Ugly, Bad eyes, Bright pupils, White pupils, Bad hands, \nSimple background, Transparent background, Blurry, Furry, \nButtons" | |
| ] | |
| }, | |
| { | |
| "id": 11, | |
| "type": "Reroute", | |
| "pos": [ | |
| 600, | |
| 540 | |
| ], | |
| "size": [ | |
| 82, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 13 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 18 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": true, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 13, | |
| "type": "Reroute", | |
| "pos": [ | |
| 920, | |
| 540 | |
| ], | |
| "size": [ | |
| 82, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 18 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 19 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": true, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 12, | |
| "type": "Reroute", | |
| "pos": [ | |
| 600, | |
| 590 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 15 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 22 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": true, | |
| "horizontal": false | |
| } | |
| }, | |
| { | |
| "id": 17, | |
| "type": "Reroute", | |
| "pos": [ | |
| 1330, | |
| 590 | |
| ], | |
| "size": [ | |
| 75, | |
| 26 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "", | |
| "type": "*", | |
| "link": 22 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 23 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "showOutputText": true, | |
| "horizontal": false | |
| } | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 11, | |
| 2, | |
| 0, | |
| 8, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 12, | |
| 2, | |
| 0, | |
| 9, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 13, | |
| 1, | |
| 0, | |
| 11, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 15, | |
| 3, | |
| 0, | |
| 12, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 16, | |
| 8, | |
| 0, | |
| 10, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 17, | |
| 9, | |
| 0, | |
| 10, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 18, | |
| 11, | |
| 0, | |
| 13, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 19, | |
| 13, | |
| 0, | |
| 10, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 20, | |
| 14, | |
| 0, | |
| 10, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 21, | |
| 10, | |
| 0, | |
| 16, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 22, | |
| 12, | |
| 0, | |
| 17, | |
| 0, | |
| "VAE" | |
| ], | |
| [ | |
| 23, | |
| 17, | |
| 0, | |
| 16, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 24, | |
| 16, | |
| 0, | |
| 18, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.7775409836065583, | |
| "offset": [ | |
| -14.855902154657848, | |
| 352.4025518973593 | |
| ] | |
| }, | |
| "frontendVersion": "1.44.19" | |
| }, | |
| "version": 0.4 | |
| } |