space-nuko

Results 131 issues of space-nuko

I'm trying to compile an openfl application for the Windows target but am encountering heap corruption. The swf loader tries to parse out a huge json string (4.4 million characters...

Bit of a hassle to hunt for the last prompt used and I do this all the time since the negative prompt basically stays the same each time The implementation...

**Describe the bug** When I train a hypernet I frequently want to compare the intermediate outputs between each other. And I might also want to load a prompt I used...

bug-report

**Is your feature request related to a problem? Please describe.** Ive sometimes got some really good outputs that I want to reproduce from hypernetwork training, but there isn't a `.txt`...

I need inverted mask support for one of my projects but OpenFL seems to lack it. I based my implementation on Sterling's, if there's a better way that's closer to...

I have a class that extends `MovieClip` that has multiple nested children that are also various subclasses of `MovieClip`. I'm trying to use this as the type of an SWF...

😰 Type: Bug
🗃️ Status: Review Needed

I needed MorphShape support for one of my projects, so I decided to implement it. It goes as follows: 1. Export the shape at the `0` and `65535` ratios to...

Related: #2233 Moves the CLIP skip slider from the settings into the `txt2img`/`img2img` parameters. Makes it easier to remember its there, for a time I accidentally had CLIP skip set...

Related: #2738 Basic implementation for now, only supports batch size 1 All credit goes to Birch-san's original code at https://github.com/Birch-san/stable-diffusion/commits/clip-attempt-6

**Describe what this pull request is trying to achieve.** Implement a new sampler, recently released here: https://github.com/wl-zhao/UniPC Related: #7705 **Additional notes and description of your changes** I adapted the code...