-
Description:
I encountered a RuntimeError: Cuda Error: an illegal memory access was encountered (/project/implicit/gpu/als.cu:196) while running the implicit.gpu.als model on a large dataset. The …
-
The extension is used for work with prompt editing features like [::] or [||]
https://github.com/asagi4/comfyui-prompt-control
Node "PCSplitSampling" is used to use steps instead of time steps. It…
-
Didn't find the code for DDIM inversion, but DDIM sampling directly from noise, why is that?
@torch.no_grad()
def __call__(
self,
prompt: Union[str, List[str]],
mot…
-
Has anyone encountered the following problem? I used SiD-LSG to distill an SDXL model (made some code adaptations to the text-encoder), and some color spots appeared on the face, which were very obvio…
-
Hello found your repo, looks nice , is there any example workflow?
-
# Notebook proposal
**Title**: Confirmatory Factor Analysis and Structural Equation Models
## Why should this notebook be added to pymc-examples?
This fills a gap in the coverage we have of CFA a…
-
Hello,
I am working with semtree.constraints and trying to use the global.invariance setting with the method = "score" option. However, I am encountering the following error:
```
Error in dimna…
-
### Description
Hi, we're training large (300B, 60 layers) mixture of experts transformer on a 1000+ GPU. We have some non-uniformity in layers so we can't use jax.lax.scan directly to stack layers t…
-
Add an interface to retrieve latent factors from recommender models.
Could be used for kNN models based on similarity of latent factors, and for a more generic attribute-to-factor mapping functionali…
-
I implemented the CatVTON approach with SDXL Inpainting as the base model including DREAM. And the loss curve looks good & drops to ~0.001 after several epochs. However, the resulting images are just…