Results 7 comments of Saman

``` import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FacetValueFilteredFormInputModule } from './extensions/0e0807940b860314f1604289e954e12bb29478078aae08e504b357b0853bad49/facet-value-filtered-form-input.module'; @NgModule({ imports: [CommonModule, FacetValueFilteredFormInputModule], }) export class SharedExtensionsModule {} ```

this is FacetValueFilteredFormInputModule ``` import {NgModule} from "@angular/core"; import {registerFormInputComponent, SharedModule} from "@vendure/admin-ui/core"; import {FacetValueFormInputComponent} from "./facet-value-filtered-form-input.component"; @NgModule({ imports: [SharedModule], declarations: [FacetValueFormInputComponent], providers: [ registerFormInputComponent('facet-value-filtered-form-input', FacetValueFormInputComponent), ] }) export class...

no there is not but it creates a dist directory and many things there are .js

and when I use yarn start it will not create the admin-ui in the server

Hey guys, I also wants to use multiple controls for my thesis controlnet. Could you add the complete yaml config and also MyDataset Class for this problem? If I get...

I change model config to this: ``` model: target: cldm.scldm.ExtendedControlLDM params: linear_start: 0.00085 linear_end: 0.0120 num_timesteps_cond: 1 log_every_t: 200 timesteps: 1000 first_stage_key: "jpg" cond_stage_key: "txt" control_key: "hint" image_size: 64 channels:...

how can we start server with npm ?