-
-
Notifications
You must be signed in to change notification settings - Fork 319
Closed
Labels
C#This pertains to the C# engineThis pertains to the C# engineEasy PRWant to contribute? Here's a good thing to tryWant to contribute? Here's a good thing to tryFeatureNew feature or requestNew feature or request
Description
Feature Idea
Chroma radiance is an in-development diffusion model (with a few releases so far) which runs in pixel space rather than latent space.
To make chroma radiance work with swarmui, a new model type should be added for it, and most of the behavior should be the same as regular chroma, with 2 changes:
- The vae should select "
pixel_space", which is a new option for pixel space models, not an actual model so no downloads required - Instead of
EmptySD3LatentImage, useEmptyChromaRadianceLatentImagefor creating the "latent", or rather empty image
After those changes are made, the model should work without issues
Model: https://huggingface.co/lodestones/Chroma1-Radiance
Comfyui supports it: comfyanonymous/ComfyUI#9682
Other
No response
Metadata
Metadata
Assignees
Labels
C#This pertains to the C# engineThis pertains to the C# engineEasy PRWant to contribute? Here's a good thing to tryWant to contribute? Here's a good thing to tryFeatureNew feature or requestNew feature or request